public marks

PUBLIC MARKS from Spone with tags html5 & url

21 July 2010 15:30

Spoiled Milk ApS > Blog » HTML5: Changing the browser-URL without refreshing page

by 1 other
An often overlooked feature of HTML5 is the new “onpopstate” event. This new feature offers you a way to change the URL displayed in the browser* through javascript without reloading the page. It will also create a back-button event and you even have a state object you can interact with.