Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of jQuery and jQuery Mobile work together?

I am working on a side project and would like it to be a mobile app with geolocation incorporated. I'd like to start simple, though.

Which version of jQuery and jQuery Mobile work best together? I've used some legacy versions on an iPad app, but I would like to know if more recent versions can work actually work together.

Alternately, am I better off just using jQuery UI or something like Twitter Bootstrap? Any input on geolocation would be nice too.

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

Many Thanks

Thanks to anyone that offered help, but I decided to build from scratch, using the latest version of jQuery, but no Mobile or UI

like image 748
McPhelpsius Avatar asked Nov 04 '22 02:11

McPhelpsius


1 Answers

According to the Docs. jquery mobile 1.3.0 is the final and stable version. I prefer stable version rather than nightly or alpha or beta builds. which may have bugs in the early roll out phase. Jquery mobile.

jQuery Mobile 1.3.0 supports jQuery 1.7.0 to 1.9.1,

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

like image 131
Ravi Gadag Avatar answered Nov 12 '22 21:11

Ravi Gadag