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

Column 4455 of compressed/history.js has `//` therefore the entire succeeding line becomes commented. Luckily it does not become erroneous. I suggest to either use RegExp or enclosed it in (...

Hi, Dear author, I use your api in my project. when i click the next page button, it will send the same request two times. 1. First i push a...

I need a url which works on all browser. HTML4 url: http://localhost:8888/explorer/spareparts/page/catalog/BRAND/CAT1/SUBCAT/85#85/?45599&_suid=1416329059851 replacedUrl in IE11: http://localhost:8888/explorer/spareparts/page/catalog/BRAND/CAT1/SUBCAT/85/85/?45599 replacedUrl in other HTML5 browser (FF, Chrome): http://localhost:8888/explorer/spareparts/page/catalog/BRAND/CAT1/SUBCAT/85/?45599 I'm using jquery version. rel.: v1.8b2,...

Hello, I recently encountered an issue with history.js on one of my projects - basically the gist of it is that every link that has /.? in its hash is...

Found this in the source: // For Internet Explorer History.intervalList.push(setInterval(History.onUnload,History.options.storeInterval)); And this phone is slow one. That may explain everything. According to chrome devtools, it's been called a lot of...

Hey @andreasbernhard are you still carrying the torch on this? Or shall we find a new maintainer?

As I'm no longer interested in programming, someone else should take this over. If you are a developer with some reputation behind you. You can request push access to the...

When i try to push following state, arguments are not getting pushed in history. History.pushState({ state: reqId, args: arguments }, null, "#" + reqId); However, if i use "?" in...

confirmed

I am noticing there is a memory leak when using this in Chrome Version 32.0.1700.76 m. This may be happening with other browsers aswell. There is a timer running once...

visit: http://jiangliangjun.com 1. click the url in the center wiget at bottom, like `第三方地方发表在《VPS一些查询命令》`,http://jiangliangjun.com/377.html#comment-xxx 2. click the logo, the page will change to home, but the url still not change,and...