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

Throws security error code 1000 when loading history.js in firefox 6.0, what can i do now? it's looping error. But, it's loading fine in chrome 12+.

While history works perfectly well with my Desktop shop, it does not with the mobile Shop using jQuery Mobile... The following error is generated: TypeError: event.originalEvent is undefined ...../jquery.mobile-1.3.2.js Line...

I am using jquery mobile along with history.js for my SPA. I require history.js to change my url to remove some url params Eg : a.com/?id=123&page=rep#rep_page i use history.js to...

I've just downloaded History.js, planning on using it in a new application, but have noticed something odd about the demo which I'm hoping someone can clear up. First of all,...

I'm using History.js in an add-on for Atlassian Confluence. We have an environmental problem with the popstate event and we need to call event.immediatePropagation() on that popstate event. The internal...

If you go to [the History.js demo site](http://browserstate.github.io/history.js/demo/) with IE9, clicking on the _pushSate()_ buttons changes `window.location.hash`, but `window.location.search` remains empty. E.g. output from IE9 JavaScript console: ``` >> window.location...

I am using History.js with jQuery mobile (latest versions of both) and when I change state I get the following javascript error even though everything appears to work fine: TypeError:...

you can help

When you copy&paste a History.js URL in a new tab, IE http://example.com/#insights?query=one&_suid=143444279400206549510755576193 and the History.js try to get the current state, given that this is a new tab, there is...

I.e. without URL:s without http/https in front of them. Fixes #241.