What version of jQuery and jQuery Mobile work together?

I am working on a side project and would like it to be a mobile application with geolocation enabled. However, I would like to start a simple one.

Which version of jQuery and jQuery Mobile work best together? I used some older versions for the iPad application, but I would like to know if more modern versions can work. [/ P>

Alternatively, would I rather just use jQuery UI or something like Twitter Bootstrap? Any entry into geolocation will also be pleasant.

Input is very much appreciated because I have big plans for this app in the next 6 months.

Many thanks

Thanks to everyone who offered help, but I decided to build from scratch using the latest version of jQuery, but without a mobile or UI

+5
source share
1 answer

According to the docs. jQuer Mobile 1.3.0 is the final and stable version. I prefer the stable version rather than the night or alpha beta. which may have errors at an early stage of deployment. JQuery mobile.

jQuery Mobile 1.3.0 supports jQuery 1.7.0 to 1.9.1,

SO my answer would be: Use libraries Jquery Mobile 1.3.0and Jquery 1.9.1.

+2
source

All Articles