Top "Pushstate" questions

The HTML5 History API allows a web page to manipulate the contents of the history stack in order to dynamically update the URL and respond to the back button.

history.pushstate fails browser back and forward button

I'm using jQuery to dynamically load content in a div container. The server side code detects if the request is …

javascript jquery browser-history pushstate
Page not reloading via 'back' when using pushState() / onpopstate

I am refreshing some pages with AJAX and so an updating the history with the following code - /** Update the …

javascript html pushstate
Detect whether HTML5 History supported or not

How can I check if the browser you are using supports the HTML5 history api? As you can see here …

html pushstate html5-history
Chrome onpopstate / pushState bug?

First of all I'm not entirely sure what I'm doing or expecting is right. There doesn't seem to be much …

javascript html google-chrome pushstate
Backbone.js change url without reloading the page

I have a site that has a user page. On that page, there are several links that let you explore …

backbone.js pushstate
How to use PJAX? (PJAX With PHP?)

I was trying to get PJAX working with my PHP site, this is the code I am using for it: &…

php jquery ajax pushstate pjax
Silently change url to previous using Backbone.js

Using Backbone.js, is it possible to make the router navigate to the page where it came from? I'd like …

javascript url backbone.js pushstate
Rewriting nginx for pushState-URL's

I am trying to get nginx to work with my pushState-based URI handling that backbone.js manages for me in …

nginx backbone.js rewrite pushstate
How to reload page when back is pressed, after a pushState?

Im currently using Code Igniter to have pretty URLs, and I have this system that basically uses ajax to allow …

jquery ajax pushstate
Update browser's URL without reloading the page

Is it possible to change the URL shown in the browser's address bar without having the browser go to that …

jquery ajax html browser-history pushstate