Top "Hashchange" questions

hashchange is a DOM window event that is fired when the URL's fragment identifier changes.

JavaScript/jQuery - onhashchange event workaround

Until all browsers support the onhashchange event what is the best workaround for this? Is there something for this in …

javascript jquery events fragment-identifier hashchange
How to show Ajax requests in URL?

What I want is to have links which change a part of the page , and a dynamic URL for it, …

php ajax url-rewriting fragment-identifier hashchange
Javascript/jQuery detect hash change only on browser back/forward button click

Is it possible to detect the hashchange only on a browser history change (i.e. Back or Forward button)? I …

javascript jquery back browser-history hashchange
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
How to fix window.location issue in iOS9 UIWebview

Since iOS9 release, my web app does not work anymore. The application uses a url hash based navigation and route …

uiwebview ios9 window.location hashchange
jquery history plugin

I am using this plugin: http://plugins.jquery.com/project/history on this page: http://www.crtaci.info/index.php?…

jquery history fragment-identifier hashchange
Javascript : onHashchange Test

I'm trying to check if the browser supports onHashChange or not to hide some code from it if not, in …

javascript cross-browser hashchange
Cross-domain hash change communication

Please consider the following two domains: domain1.com and domain2. From domain1 I open an iframe that points to domain2. …

javascript html iframe cross-domain hashchange
Backbone.js cause bug only in IE7

I'm developping a web app with CodeIgniter on back-end and Backbone.js on front-end. I'm also using HTML5 Boilerplate as …

javascript internet-explorer-7 hashchange backbone.js
jquery ajax history and bookmarking plugin

There are plugins for handling history and bookmarking like: http://plugins.jquery.com/project/history. Somehow it doesn't look as …

javascript jquery hashchange