I am a good javascript/asp.net developer, but i am just starting to learn JQuery, Whats the best book to learn JQuery? Books i like their style: Complete reference How to program

link|improve this question

feedback

closed as not constructive by Robert Harvey Sep 7 '11 at 22:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 4 down vote accepted

I personally recommend jQuery In Action, although I've heard Learning jQuery is also good. It is worth noting, though, jQuery In Action refers to jQuery 1.2 while it looks like Learning jQuery has already updated to 1.3, although the differences are few.

To be honest, though, the docs are plenty helpful if you have a decent understanding of Javascript.

link|improve this answer
Which docs ? you mean documentation on jquery website? – Amr ElGarhy Mar 18 '09 at 0:38
Yeah. If you know Javascript and understand the concept of DOM manipulation all you really need is the docs to refer to whenever you want to know how to do something. The rest is just natural. To me, at least. – Paolo Bergantino Mar 18 '09 at 0:41
I definitely recommend jQuery in Action, I have the book myself, and its very thorough, the authors keep it light though. – fARcRY Oct 29 '10 at 7:24
jQuery in Action 2nd Edition covers jQuery 1.4 – John Isaacks Dec 31 '10 at 18:34
feedback

Here is a good one: http://www.packtpub.com/learning-jquery-1.3/book

link|improve this answer
£25 for book about jQuery 1.3 in times of jQuery 1.5?! – abatishchev Feb 8 '11 at 10:15
feedback

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