Top "Html5-history" questions

The HTML5 History API allows programmatic manipulation of the browser's history through JavaScript, providing a method of managing the user's history stack when creating web applications.

Change the URL in the browser without loading the new page using JavaScript

How would I have a JavaScript action that may have some effects on the current page but would also change …

javascript url html5-history fragment-identifier hashchange
Good tutorial for using HTML5 History API (Pushstate?)

I am looking into using the HTML5 History API to resolve deep linking problems with AJAX loaded content, but I …

javascript html pushstate html5-history
Change URL without refresh the page

I would like to replace an url without page refresh. I need to change: https://example.com/en/step1 to …

javascript html5-history
Appending parameter to URL without refresh

I know this has been asked many times before but answers were not descriptive enough to solve my problem. I …

javascript jquery html pushstate html5-history
Ajax with history.pushState and popstate - what do I do when popstate state property is null?

I'm trying out the HTML5 history API with ajax loading of content. I've got a bunch of test pages connected …

javascript jquery html browser-history html5-history
jQuery bind popstate event not passed

I'm coding a little demo for the History API. And I'm struggling with this: $(window).bind('popstate', function(event) { console.…

jquery html html5-history
Unexpected token < error in react router component

I'm trying to write router component for my react app. I'm create new react class and define some routes in …

javascript reactjs html5-history
Clear html history created by pushState on refresh

I have array of states and index of the array in history.state and on popstate I read the content …

javascript arrays html html5-history
Page title is not changed by history.pushState

I've just opened a blank HTML page with some little amount of base tags (like html, body, head, etc) in …

html5-history
history pushState and scroll position

I am trying to retrieve the scroll position when a user navigates back in the browser history using HTML5 popstate …

javascript jquery html pushstate html5-history