history.js
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...
If you load a URL that contains a hash http://localhost/test#abc And then you navigate to http://localhost/test?q=hello When you click on the browser's Back button, the statechange handler is not triggerred...
We are using history 1.7.1. We have cases where a period is part of the a hash parameter value. In onPopState in History.js it calls replaceState because it says it...
I have a number of reasons why I am limited to using the hash potion of the url for my dynamic application routing however I am not limited in a...
We are trying to build history.js (branch-master) from source on x86_64 GNU/Linux. Build got successful and now we are trying to run the test cases , which are in html...
context: > url === 'http://hostname/pathname' bug: ```javascript getState().cleanUrl === 'http://hostname/pathname' // true replaceState(null, null, '/pathname2') getState().cleanUrl === 'http://hostname/pathname2' // expected to be: true, the truth is: false,the "cleanUrl" is not...
I need to put the hash at the end of url to navigate to one part of ajax content after the loading. But it doesn't work
To start, the whole library is screwed up, so many issues and so many hours lost. I'd suggest not releasing a crappy library so that hundreds of people don't waste...
Updated badges
Got a dual quad core 2015 Macbook Pro, and I'm getting history.js using 12-16% of my CPU constantly (Chrome 52, MacOS El Capitan). I've traced the problem to the call...
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached I get the above error in Firebug, running latest Mozilla 46.0.1, if I leave my site open after a long period of time. Closing...