Jquery history, inspect the history stack

Posted by nickmorss on Stack Overflow See other posts from Stack Overflow or by nickmorss
Published on 2010-05-04T09:52:55Z Indexed on 2010/05/04 9:58 UTC
Read the original article Hit count: 763

Im using this history jquery plugin http://www.mikage.to/jquery/jquery_history.html and im trying to inspect the back stack.

I can call this $.historyCurrentHash to return the current hash, but im trying to figure out how to look one step back in the stack.

if i try calling this $.historyBackStack, but i just get an 'undefined'. anyone got any ideas?

I can see that its not a public variable, but im wondering if i need to modify the library or just call it in a different way

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-plugins