I am using Ajax and hash for navigation.
Is there a way to check if the window.location.hash changed like this?
window.location.hash
http://example.com/blah
Firefox has had an onhashchange event since 3.6. See window.onhashchange.