Top "Browser-state" questions

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

jQuery - hashchange event

I am using: $(window).bind( 'hashchange', function(e) { }); to bind a function to the hash change event. This seems to …

javascript jquery hashchange browser-state
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 …

javascript jquery browser-history fragment-identifier browser-state
jQuery "window.location.hash" - getting hash too late?

I'm working on some script but it have a serious problem with hashes. I have a list of link-images like: &…

javascript jquery fragment-identifier hashchange browser-state