Questions tagged [browser-state]

This tag is in relation to the storage of the current state of the website in a browser.

This tag is in relation to the storage of the current state of the website in a browser.

33 questions
107
votes
4 answers

Can you use hash navigation without affecting history?

I'm afraid it might be impossible but is there a way to change the hash value of a URL without leaving an entry in the browser's history and without reloading? Or do the equivalent? As far as specifics go, I was developing some basic hash navigation…
user241244
89
votes
12 answers

jQuery - hashchange event

I am using: $(window).bind( 'hashchange', function(e) { }); to bind a function to the hash change event. This seems to work in IE8, Firefox and Chrome, but not in Safari and I assume not in earlier version of IE. For these browsers, I want to…
Ian Herbert
  • 891
  • 1
  • 6
  • 3
7
votes
2 answers

Does back/forward in the browser change javascript variables?