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...
Hello... I have a big problem. I have a link like so : http://sitename.com/username/pictures#showPhoto?photoid=123. When showPhoto anchor apears, a lightbox is triggered and gets te photo with that id. If...
I particularly have an issue with history.js, overwriting [dropfile](https://github.com/MrSwitch/dropfile)'s event handler.
Hi. I was trying to set up History.js on a project, and I didn't know why but if I did something like: ``` javascript History.pushState({state:1}, "test 1", "my_url"); History.back(); ```...
Hi, The current state of history.js is triggering alerts from security scan. Some of the dependencies are outdated and no longer valid under security scan. Please recommend an open-source alternative...