How would I have a JavaScript action that may have some effects on the current page but would also change the URL in the browser so if the user...
I am using Ajax and hash for navigation. Is there a way to check if the window.location.hash changed like this? http://example.com/blah#123 to http://example.com/blah#456 It works if I check it...