Jquery mobile - onhashchange issue
问题 I am using $.mobile in my app. I must create my own routing system. I bind observer on hashchange and I pull out interesting data from location.hash . I have a problem - jQuery.mobile removes the hash sign from location.hash if it has a slashes ( e.g. from 'lalal/#controller/action/param' to 'lalal/controller/action/param' and $.mobile says in yellow box Error Loading Page . I tried to unbind existing "hashchange" in first, but then pages not load automatically ( what I require ). How to