Trying to get the browser back and forth and reload ajax content, where the actions that load the content are not typical, have links (for example, not <a href='#foo.html'> , as you see at http://benalman.com /code/projects/jquery-bbq/examples/fragment-basic/#kielbasa.html examples.)
<a href='#foo.html'>
I looked at various history libraries that everyone seems to implement hash-based. e.g. Address: http://www.asual.com/jquery/address/ or History.js: https://github.com/browserstate/history.js - but I canโt figure out how to do this if the hash does NOT change .
My content page is called "content.html" and it never gets hash changes. Any clue on how to implement a story / update that works in IE7 + where there are no changes?
I donโt quite understand what you need, but can this library work the way you need: https://github.com/devote/HTML5-History-API