Hi Everyone,
I understand in many cases, adding to history when updating
window.location .hash is a GOOD thing. In my case, I want to update
bookmarkability from javascript (post-load), but can't get it to do so
without adding a record to history. (Firefox 3.0.3)
I know it's possible to do, because Google is doing it. See this
URL:
Note, scrolling up and down changes the hash without adding history
entries.
Any idea how this is done? I have been looking for a solution for
months (on and off, but haven't found anything.)
Thanks,
-MIke C
I understand in many cases, adding to history when updating
window.location .hash is a GOOD thing. In my case, I want to update
bookmarkability from javascript (post-load), but can't get it to do so
without adding a record to history. (Firefox 3.0.3)
I know it's possible to do, because Google is doing it. See this
URL:
Note, scrolling up and down changes the hash without adding history
entries.
Any idea how this is done? I have been looking for a solution for
months (on and off, but haven't found anything.)
Thanks,
-MIke C
Comment