Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

does anyone know if there is any alternative documentation for jquery-mobile?

docs at http://jquerymobile.com/demos/1.0a4.1/ are a bit tedious to navigate!

..would ideally like a plain html page, or pdf..

share|improve this question
On a side note: Zepto.js should be a great alternative to jquery-mobile. – PHearst Apr 11 at 20:23
actually, the new jquery-mobile site and documentation is a lot better: jquerymobile.com ..not that I'm using jquery-mobile these days.. zeptojs+backbone – zack Apr 11 at 23:28

2 Answers

http://jquerymobiledictionary.dyndns.org has a list of all (including undocumented) features of jQuery Mobile It is not complete and will be updated soon

All the information is held in JSON format.

The content for alpha4.1 is on its way, I just didn't have time to get down to it recently.

share|improve this answer
+1 good work re: the undocumented features :) – zack May 25 '11 at 10:47

This is a nice compact cheat sheet

http://brooky.cc/2011/04/23/jquery-mobile-cheat-sheet/

For more in-depth documentation, I often visit this site

http://jqx.ca/nav/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.