browserstate / history.js

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 and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.

Home Page:http://browserstate.github.com/history.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with jQuery Mobile 1.3.2

AvengerD opened this issue · comments

While history works perfectly well with my Desktop shop, it does not with the mobile Shop using jQuery Mobile...

The following error is generated:

TypeError: event.originalEvent is undefined
...../jquery.mobile-1.3.2.js
Line 2557

This line belongs to the "popstate"-Function of jQuery Mobile.

jqm