jquery mobile without hijax and page navigation management
hallo,
is there a possibility to launch the jqmobile extension of jquery but without the following functionality:
- auto grab the links
- auto manage page navigation via ids, hash, etc.
but maintaining functionality:
- theming
- widgets (even mobile.page widget but without above stuff)
the reason is: i have my own logic that manages navigation, loading of new pages, xhr, etc. so what i need is the theming and the usage of mobile widgets. so for me a page would/should/could still be a widget but i need to maintain control upon it from the outside. and i need it to not mess with or rely on element ids.
as is see it, the "optical" page role which may determine behaviour of toolbars etc is not separatable from the navigational features of managing pages by ids and managing the display and the ajax loading including hijaxification.
is there a possibility to fire .page() but preventing the page- and link- management itself? can this be achieved by preventing the initial live click listener on anchors from registering? i think there is more to it. how is the future planning about this concept and a modular sparation of the functionalities?
i am asking because i feel the jquery general concept is more about "composing" things by putting them together (choosing features by expicitely activating them) than "having a control engine" in a declarative way that potentially does too much.
if my question shows obvious signs of misunderstanding the jqmobile code then please excuse me :)
thanks