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...
Is there a way to indicated language code at the start of the url like: `www.example.com`**/en** Currently I see the urls when indicated as: `www.example.com/some/path/to-actual/index.html`**?locale=en** I expect to push it...
Go to this demo URL: http://browserstate.github.io/history.js/demo/#hash.with.dots it is modified to: http://browserstate.github.io/history.js/demo/hash.with.dots Line of code: https://github.com/browserstate/history.js/blob/d213d8cb22e8fd1cf1c9963925e4989f8903b483/scripts/uncompressed/history.js#L1703 _Third argument currentState.url contains bad URL_
Issue : In History.setTitle method, if new state title is empty, document title getting updated with empty value and title is showing the URL. Fix : To fix this, document...
Hi, I used "jquery.history.js" on two different sites and one site open into other site as an iframe. Then I got error "History.js Adapter has already been loaded..." In your...
This package doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`
https://www.virustotal.com/#/file/2324fa2acc1382ed8b1306e981e5c2273e57a0532efd1d6a5a0a4a0aab22d045/detection MS AV detects it as Rogue:JS/Karaaalivree.A
I'm using HTML5 jQuery bundled balupton History.js plugin. It's working fine, but i need to have ability to use links like (works fine without History.js) http://website/url#popup=/url/some/more/params/ For a moment, if...
The compressed bundle misses ending semicolon, at least for j[Query's](https://github.com/browserstate/history.js/blob/master/scripts/bundled/html4%2Bhtml5/jquery.history.js), which can cause problems when incorporated in applications bundles.
Is it possible to modify the current url - without reloading the page- to a url of another domain?
Hi Team, I faced the issue while pop the state of history object with some URL, with which i have not pushed the state. IE/Edge retains the last pushed object...