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...
Hey mate, I'm not sure if this is the right place to ask since it is not an issue, but a question. ON my application, I have an onclick event...
Hi, v1.7, I was wondering if you foresee any problems with changing line 1004 from: tmp = window.unescape(result); to: tmp = window.decodeURI(result); and 1114 from: result = window.escape(result); to: result...
Hi, Initially I posted my problem first at http://getsatisfaction.com/balupton/topics/history_js_back_button_goes_two_states_steps_back. After some research I found the the problem is caused by the manually triggered 'onpopstate' event in the end of the...
@markjaquith found a bug with History.js which prevents the statechange event from being fired if the pushed state contains a anchor in the url. It is known to affect Chrome.
I have one script in php using urlencode() [http://bit.ly/L1BYf4] with ajax for this example: http://localhost/maclik/procurar/será Resulting this: http://localhost/maclik/procurar/ser%E1 But when I execute History.pushState() and push this url resulting this in...
` createBrowserHistory().goBack()}` `>` ` Back` `` I am using react for this.
When installing the historyjs@latest, several dependencies result to be deprecated: [email protected] [email protected] [email protected] [email protected] Can you please update them?
I have "mysite.com/page1/index.xhtml" and when using history.js the url is changed to "mysite.com/page1/page2" and should be "mysite.com/page2", like working on domain "mysite.com" and not "mysite.com/page1", ie return one level up...
It seems that The Solutions section in the Readme is missing the classical hashtag solution, where state info follows the number sign in the URL., as an alternative to using...