HTML4 + 5 jquery ajax history without changing url, hashbang?

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.)

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?

+4
source share
1 answer

I donโ€™t quite understand what you need, but can this library work the way you need: https://github.com/devote/HTML5-History-API

0
source

All Articles