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.

IE history push state

I have a webpage where the user has the possibility to display the terms and conditions without reloading the page, …

ajax internet-explorer history pushstate new-window
pushState: what exactly is the state object for?

I've read a dozen of times now that the state object could exists of multiple key|value pairs and that …

html object history state pushstate
popstate returns event.state is undefined

I am learning about history in HTML5, in this example (open the JavaScript browser console to see error) the event.…

jquery html history pushstate
Is History API broken on iOS? (Location bar doesn't update on pushState)

Filing this under the either the I Can't Believe No One Noticed This Before or the I Must Be Missing …

ios html browser-history pushstate
Using HTML5 pushState() in IE9

Is there any way to use HTML5 History API (pushState) in IE9? If there is a solution for all other …

javascript html pushstate
history.pushState() change query values

If I have a link that is being changed with the function history.pushState({}, "", link); where my link is for …

javascript jquery pushstate
back button in browser not working properly after using pushState (in Chrome)

I am using this type of line in an JS response if (history && history.pushState){ history.pushState(null, …

javascript ruby-on-rails-3 google-chrome back pushstate
How to handle facebook sharing/like with hashbang urls?

I am building a website where from the homepage i will open some other URI on the website into a …

ajax facebook mod-rewrite pushstate hashbang
How to update the twitter share button URL with dynamic content?

I initialize the tweet button at the beginning of my app, after user interaction the current window's location is updated …

javascript jquery url twitter pushstate
Run dynamically injected javascript in DOM loaded via AJAX (attempting to ajaxify website with history.js)

I have a web application that essentially has header, footer and body views. I'm working on ajaxifying the website, using …

javascript dom pushstate history.js html5-history