HTML5: Changing the browser-URL without refreshing page
HTML5: Changing the browser-URL without refreshing page
Instead of having to do some location.hash trickery to change around the page with JavaScript, there is a new API for the History object that will support this natively.
Basically, you’ll be changing the URL itself, without causing page refreshes.