21 July 2010 15:30
Spoiled Milk ApS > Blog » HTML5: Changing the browser-URL without refreshing page
by 1 otherAn 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.
1
(1 marks)