Comment on 535 ways to reload the page with JavaScriptparentComments−JeremyBanks15yYou can use history.replaceState in newer browers to modify the URL in the address bar without affecting the history. It doesn't actually load the new page, though.https://developer.mozilla.org/en/DOM/Manipulating_the_browse...
Comments
You can use history.replaceState in newer browers to modify the URL in the address bar without affecting the history. It doesn't actually load the new page, though.
https://developer.mozilla.org/en/DOM/Manipulating_the_browse...