I want to support ajax navigation by using jQuery and the onhashchange
event.
It looks like Ben Alman's hashchange plugin is outdated because it relies on jQuery browser detection, which is deprecated and not recommended.
I also found the history.js library but it uses HTML5 history API which I don't want to use because I want consistent behavior for all browsers.
What is the current best approach for implementing onhashchange
support?