About 51 results
Open links in new tab
  1. javascript - How to get notified about changes of the history via ...

    So now that HTML5 introduces history.pushState to change the browsers history, websites start using this in combination with Ajax instead of changing the fragment identifier of the URL. Sadly that ...

  2. How can I delete a window.history state? - Stack Overflow

    Jan 28, 2023 · Using the HTML5 window.history API, I can control the navigation pretty well on my web app. The app currently has two states: selectDate (1) and enterDetails (2). When the app loads, I …

  3. javascript - Good tutorial for using HTML5 History API (Pushstate ...

    Oct 25, 2010 · I am looking into using the HTML5 History API to resolve deep linking problems with AJAX loaded content, but I am struggling to get off the ground. Does any one know of any good …

  4. How to get the previous URL in JavaScript? - Stack Overflow

    Aug 20, 2010 · 72 If you want to go to the previous page without knowing the url, you could use the new History api.

  5. Access my entire browsing history via Javascript

    In general history is protected by the browser against javascript accessing it except through back and forward functionality. There are some hacks that can view some amount of history, but they are just …

  6. javascript - Clear html history created by pushState on refresh - Stack ...

    Apr 9, 2014 · If you read the specification of History API for pushState, in step 4 it states If the method invoked was the pushState() method: Remove all the entries in the browsing context's session …

  7. javascript - history.replaceState () example? - Stack Overflow

    Oct 11, 2012 · I generally don't push add-on libraries for JavaScript questions, but in this case I'll make an exception. The History.js library is a small shim that cleans up a lot of bizarre misbehavior in the …

  8. javascript - HTML5 History API Demo - Stack Overflow

    May 13, 2012 · 1) rewrite the URL so that when the user is on panel 4 the url ends with /Panel4 2) make the back button and forward button work with the history API. I know there's the history.js plug-in but …

  9. javascript - history.pushState - not working? - Stack Overflow

    Feb 12, 2013 · As far as I know the HTML5 history API doesn't actually modify page content .. I'm not even sure how the HTML is getting changed on pushState

  10. javascript - History Api - Stack Overflow

    Apr 13, 2011 · So why is this because of history api or what (this is all that show's up on back) when i refresh the page the popstste event is fired. This time if i am on a non ajax page it fires a request and …