I’m on the process of refactoring a web application developed in jQuery Mobile. The task consists in divide a single html file that contains several data-role="page" to multiple html files.
The pages will be loaded to data-role="content" through AJAX. The problem is that all attached events will now have to be live() / delegate() / on() instead of bind().
The stable version of jQueryMobile is 1.0.1 and the jQuery core recomended the for this version is 1.6.4, which means that on() is not available.
My question is: how safe is to use jQuery Mobile 1.0.1 along with jQuery 1.7.2?
The latest stable jQMobile is meant to work with jQ 1.6.4…
Looks like (in line with the above comments) 1.1.0 should work with 1.7.x
jQ Mobile docs, although I rememeber reading about this specifically
Gimme a minute I’ll try to find the exact reference.