Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good jQuery Mobile walkthrough or tutorial for a jquery developer? [closed]

jQuery Mobile 1.0 final is out

Important: Many of the tutorials are old and should not be followed. The current version of jQuery Mobile is 1.0! Please be careful while looking through the links

I have updated my answer to point out the right resources for final release


I was wondering if there is a tutorial for people experienced with jQuery - to know some conventions for the new jQuery mobile as it is going to be released soon. I especially like those that show how to make an example app, but please post what you consider best. Only thing required is that it shows some use of JS and new events that jQueryMobile introduces. So it's not a question about basic tutorials.


OLD Basic tutorials:

I've obviously googled for it and got these: http://blogfreakz.com/mobile-development/jquery-mobile-tutorials/ [<- this links to a page linking to 5 tutorials] which are showing the idea, but aren't really interesting for a jQuery developer.

This here has some actual jQuery code in it, but not much: http://thoughtsunlimited.net/intro-to-jquery-mobile/


So this question is mostly to people that have already tried out some tutorials and know what they'd recommend. I think this question might be useful to people in the future.

Bounty will be awarded to an answer that links to tutorials covering the largest number of methods available from jQueryMobile.

like image 775
naugtur Avatar asked Dec 03 '10 09:12

naugtur


People also ask

Does jQuery mobile require jQuery?

(Older devices with browsers that don't understand HTML5 will safely ignore the 'doctype' and various custom attributes.) In the 'head', references to jQuery, jQuery Mobile and the mobile theme CSS are all required to start things off. In short, yes, jQuery core is required. Show activity on this post.


1 Answers

[edit] Some of the information below is outdated as JQM 1.0 final was released

Here are a few I have come across that I have found useful:

For those who are using Rails and the Devise authentication gem: http://everydayrails.com/2010/11/09/jquery-mobile-rails-devise.html

Pretty thorough tutorial http://www.elated.com/articles/jquery-mobile-what-can-it-do-for-you

Has example zip http://devgrow.com/mobile-web-dev-using-jquery-mobile

Short tutorial on ajax http://www.giantflyingsaucer.com/blog/?p=1948

like image 57
Christian Fazzini Avatar answered Nov 11 '22 09:11

Christian Fazzini