history.js icon indicating copy to clipboard operation
history.js copied to clipboard

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools...

Results 104 history.js issues
Sort by recently updated
recently updated
newest added

Probably I am just very confused.... so in Firefox 6.0.1 everytime I call pushState the statechange event get fired. Is this the expected behavior? How do you go about restoring...

by-design
you can help

Hello, I am using history.js in one of my visualforce page and it is very useful and working fine in all browser except for Ipad Chrome. I need to use...

Could you please confirm if IE 11 supports HTML 4 natively.

Hello, I believe I found a bug in history.js. When you push a state that changes both the path and the hash part of the location, no statechange event is...

Updated history.js to act more like polyfill, if history.js is already present it just returns instead of throwing an error.

The [bower-requirejs](https://github.com/yeoman/bower-requirejs) package uses the `"main"` field in bower.json to determine the main js file of a given package. This PR adds "main", so history.js can easily included with RequireJS,...

I produce a set of documentation templates that need to work just as well without a web server and I'm using history.js for this in html4 mode when there's no...

If you have experience maintaining open-source projects, or would like to gain that experience, add a comment. Happy to add new maintainers to history.js

var state = History.getState(); if (state.internal) { }