Anyone knows of any good tutorial/guide that explains a proper approach for using HTML5 History with Pushstate and Onpopstate event?

link|improve this question

For what it's worth; the HTML5 State Functionality is only available to HTML5 Browsers. So perhaps you may want to use something like History.js which provides a backwards compatible experience to HTML4 Browsers (including support for data and titles, and replaceState functionality). – balupton Jan 30 '11 at 13:51
feedback

1 Answer

up vote 4 down vote accepted

https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history

link|improve this answer
Just an add-on, the manipulation of history using the above will be only for Firefox or rather Gecko 2 and not for webkit right ? – Viraj Feb 15 '11 at 8:32
1  
@Viraj: The fact that this article is placed on mozilla developer network does not mean it is true only for firefox. This is actually true for most modern browsers, it is one of the best features of html5 – zizozu Nov 30 '11 at 10:15
@user1070433: Thanks for the info. – Viraj Dec 1 '11 at 5:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.