jQuery Mobile and standard HTML page
Hi,
My use case is to enhance an existing HTML page with some mobile oriented widgets. The same that I would use jquery.ui, I would like to use jquery mobile to dynamically add the widgets (fixed top toolbar, on tap menus/dialogs...) and I do not want the framework to interfere with existing code.
Architecture of the current jquery mobile implementation (version 1.0a3pre) is completely page oriented and core code is really intrusive:
- ( $("a").live( "click", function(event) {
This may break all existing links, especially if they use anchors.
With some little customizations, I was able to extended the framework to support my use case. I did not went through all the possible issues and I do not use all widgets, but I am sure we could build something generic to integrate with the framework and enlarge the supported use cases.
I would like to have the opinion of the community if we could go into that direction.
I already opened 2 tickets and requested one pull with no answer.
https://github.com/jquery/jquery-mobile/issues/issue/491
https://github.com/jquery/jquery-mobile/issues/issue/494
https://github.com/jquery/jquery-mobile/issues/issue/505
Regards,
Alex