76 books
—
55 voters
Goodreads helps you keep track of books you want to read.
Start by marking “jQuery in Action” as Want to Read:
jQuery in Action
by
A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute they've reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new, concise JavaScript library r
...more
Paperback, 347 pages
Published
February 1st 2008
by Manning Publications
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
jQuery in Action,
please sign up.
Be the first to ask a question about jQuery in Action
Community Reviews
Showing 1-30

While I like a certain familiarity of tone in tutorial/reference books, the authors were a little too informal, and it got old reading sentence after sentence of just how great jQuery is. Also, the examples are contrived, without any apparent attempt at a real-world example. This book taught me what each jQuery command does, but I don't feel I learned anything about what jQuery can do for me.
Still, this is the book everyone seems to recommend, so I fear I would be even less satisfied by the othe ...more
Still, this is the book everyone seems to recommend, so I fear I would be even less satisfied by the othe ...more

Jul 17, 2011
Michael Economy
rated it
it was ok
·
review of another edition
Recommends it for:
no one
Shelves:
work-related
This book is useless, it's the jquery docs with a bunch of useless jibber jabber.
If you're considering reading this book don't, just read the jquery docs (which have been kept up to date since this book was published).
If you're considering reading this book don't, just read the jquery docs (which have been kept up to date since this book was published).

jQuery in Action is a great user's guide for jQuery and jQuery UI. It explains things in detail, provides full reference material for the options and parameters, and covers the ground. What it does not do is provide explanatory code examples and tutorials. The "labs" are fine as far as they go, but they're not a substitute for actual coding as learning. I think this book would be best for people who have already learned the basics of jQuery (and thoroughly understand HTML and CSS and Javascript
...more

An excellent guide to practical JQuery. The book lacks on JQuery internals (thus - in Action), so best read with JQuery sources open :)
Especially interesting chapters are: 6.3 Manipulating JavaScript objects and collections (if you learned about JQuery from tutorials, you probably don't know this stuff) and 4.1 Understanding the browser event models (won't give you much practical insight, but an interesting read).
Especially interesting chapters are: 6.3 Manipulating JavaScript objects and collections (if you learned about JQuery from tutorials, you probably don't know this stuff) and 4.1 Understanding the browser event models (won't give you much practical insight, but an interesting read).

Jul 27, 2010
Jeanne Boyarsky
rated it
it was amazing
·
review of another edition
Shelves:
technology
“jQuery in Action” (second edition) was a great book. It kept almost everything I liked in the first edition while adding new stuff I liked and updating the content for the latest version of jQuery.
Cool stuff that's new in the second edition:
1)More exercises than the first edition to try in the labs
2)The second half of the book on jQuery UI
3)This is the first print book I saw with references to HTML 5
4)Mine came with a paper giving free access to the first and second edition PDF – not sure if t ...more
Cool stuff that's new in the second edition:
1)More exercises than the first edition to try in the labs
2)The second half of the book on jQuery UI
3)This is the first print book I saw with references to HTML 5
4)Mine came with a paper giving free access to the first and second edition PDF – not sure if t ...more

I have just finished a Manning Book titled “jQuery in Action”. I am here just to share my opinion with you about this book.
Really, it gives me a good starting point in jQuery commands and utility functions. Also, it demonstrated many practical examples to test the core API of jQuery. So, I think it is a good start for beginners who need to know what is the jQuery?!
Also, it gives me a very high level of the plugin capability in jQuery and introduced me with some famous plugins like forms plugin, ...more
Really, it gives me a good starting point in jQuery commands and utility functions. Also, it demonstrated many practical examples to test the core API of jQuery. So, I think it is a good start for beginners who need to know what is the jQuery?!
Also, it gives me a very high level of the plugin capability in jQuery and introduced me with some famous plugins like forms plugin, ...more

Apr 06, 2008
Taylor
rated it
it was amazing
Recommends it for:
any JavaScript programmer
Shelves:
programming
If you do any JavaScript programming, you should really check out jQuery. And if you are going to seriously use jQuery, this book is invaluable. (If you do neither, move along, nothing to see here...)
The documentation for jQuery, while rather good for an open source project, tends to be a bit scattered and some things can be hard to find. Also, trying to use some advanced idioms from the online documentation can be hard to figure out. Lastly, some of the reasons why jQuery was put together the w ...more
The documentation for jQuery, while rather good for an open source project, tends to be a bit scattered and some things can be hard to find. Also, trying to use some advanced idioms from the online documentation can be hard to figure out. Lastly, some of the reasons why jQuery was put together the w ...more

I would like to add to the review as I progress in my reading. I want to try chapter by chapter review.
Part 1 has only chapter "Starting with jQuery". This covers the features of jQuery from high level and what are the current best practices and the features that are deprecated. It has been written crisply and covers what it takes to move forward. Also discusses about different versions and their support in various browsers.
Part 2 covers the core library in its entirety.
This starts with chapter ...more
Part 1 has only chapter "Starting with jQuery". This covers the features of jQuery from high level and what are the current best practices and the features that are deprecated. It has been written crisply and covers what it takes to move forward. Also discusses about different versions and their support in various browsers.
Part 2 covers the core library in its entirety.
This starts with chapter ...more

Read 3rd Edition MEAP so there were fair amount of typos and some funkiness in examples. The book was quite a chore to get through as many parts read like a reference guide. There was enough there to keep me coming back. I would recommend the book to someone new to jQuery and I'd strongly recommend reading appendix first. I came to this book fresh off Bear Bibeault's Secrets of the JavaScript Ninja and having extensive experience with JavaScript mostly using core and Prototype. I'm looking forwa
...more

At work, we use jQuery for client-side logic. Since we don't have a front-end engineer yet, I need to be able to maintain and extend this code. I like the other "... in Action" books and this one has good ratings on Amazon. Plus, I get the PDF of it so I can search through it for specific keywords.
Right off the bat, the introduction to jQuery really helped me make sense of the notation and some of the weird incantations. It also mentioned some DOM navigation methods that I will be able to apply ...more
Right off the bat, the introduction to jQuery really helped me make sense of the notation and some of the weird incantations. It also mentioned some DOM navigation methods that I will be able to apply ...more

I have been using Javascript for some time, and I have realized long time ago how much jQuery can make the code much more effective. I should have read this book a long time ago, its a very good book for anyone who have been copy-pasting jQuery code from Internet and instead want to have the rules in the head. A Big Recommend. For those who already are quite fluent in jQuery I am not so sure though that this should be the pick.

Good coverage of jQuery in general; the first few chapters give you a solid framework of understanding from which to move through the rest of the library.
The second half of the book is really just a duplication of the jQuery docs, though, and not as necessary.
You won't find any tips or tricks with using jQuery with your server-side technology of choice, however.
The second half of the book is really just a duplication of the jQuery docs, though, and not as necessary.
You won't find any tips or tricks with using jQuery with your server-side technology of choice, however.

May 11, 2009
Oluwasogo
added it
its actually a good book to read for jquery
There are no discussion topics on this book yet.
Be the first to start one »