Å·±¦ÓéÀÖ

Jump to ratings and reviews
Rate this book

jQuery in Action

Rate this book
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 radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery in Action, like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you'll need to be productive immediately. The book anchors each new concept in the tasks you'll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to

347 pages, Paperback

First published February 7, 2008

51 people are currently reading
445 people want to read

About the author

Bear Bibeault

7?books2?followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
231 (31%)
4 stars
303 (40%)
3 stars
162 (21%)
2 stars
43 (5%)
1 star
6 (<1%)
Displaying 1 - 30 of 47 reviews
6 reviews
July 12, 2009
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 other jQuery books on the market.
Profile Image for Michael Economy.
197 reviews286 followers
January 30, 2012
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).
Profile Image for Widi.
9 reviews1 follower
June 27, 2008
Good for javasript framework reference, but less practice example..
Profile Image for Robert Muller.
Author?15 books31 followers
June 11, 2014
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 coding) who need more detailed explanations of things. Start with a tutorial, then use this book to dive deeper for specific things. Also, if you haven't got the CSS background, get it first before trying to use this book, because there is very little help on the CSS side of the equation and very little example CSS.
10 reviews
August 13, 2010
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).

34 reviews2 followers
March 24, 2010
Really enjoyed reading this book. It has some nice exercise chapters that can be downloaded separately. You have to practice it in parallel while you are reading the chapters. I'll recommend this book to my friends.
Profile Image for Dan Stewart.
22 reviews1 follower
January 13, 2019
Read a little, code a little. That was my experience. I caught myself saying, "Wow, I want to try that" on almost every page. This was a great book to learn jQuery. Even though while I'm writing this review, jQuery has come out with a new version, the book's content is still relevant.
Profile Image for Erik Nilson.
15 reviews8 followers
Read
January 2, 2020
This book is #1 on my list of BOOKS I'd recommend to other programmers. I don't know how else to elaborate on how important I think the ideas in this book are.
19 reviews
January 3, 2020
§±§â§Ú§Ü§à§Ý§î§ß§Ñ§ñ §Ü§ß§Ú§Ô§Ñ!
§±§à§Þ§à§Ô§Ý§Ñ §á§à§ß§ñ§ä§î §Ü§Ñ§Ü §á§â§Ñ§Ó§Ú§Ý§î§ß§à §á§à§Þ§Ö§ß§ñ§ä§î §Õ§Ñ§ß§ß§å§ð §Ò§Ú§Ò§Ý§Ú§à§ä§Ö§Ü§å. §ª §â§Ñ§ã§Ü§â§í§Ý§Ñ §ä§à, §é§ä§à §á§â§à§Ú§ã§ç§à§Õ§Ú§ä "§á§à§Õ §Ü§Ñ§á§à§ä§à§Þ".
§±§Ö§â§Ú§à§Õ§Ú§é§Ö§ã§Ü§Ú§Û §Þ§à§Ø§ß§à §á§Ö§â§Ö§é§Ú§ä§í§Ó§Ñ§ä§î §ß§Ö§Ø§ß§í§Ö §Þ§à§Þ§Ö§ß§ä§í.
Profile Image for Jeanne Boyarsky.
Author?28 books75 followers
July 28, 2010
¡°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 ¨C not sure if that was because I got a review copy or they all do
5)The last sentence made me smile - ¡°We wish you health and happiness, and may all your bugs be easily solvable!

What I continued to like:
1)Screenshots of labs and reminders to do labs
2)Emphasis on common idioms, gotchas, etc
3)Casual style and cultural references ¨C this time caught a reference to a Jimmy Buffett song
4)The PDF is in color
5)Showing the non-jQuery way first for things like AJAX

What I didn't like:
1)Ripping out the paper with free book codes damaged the binding a bit
2)Could really use a list of tables ¨C they are such great references
3)The function syntax boxes look the same for custom written plugins and built in. Awkward for later when flip through for reference.
4)Would have liked more on how to use plugins and which are available
5)Could really use a list of tables ¨C wait, I said this. Maybe I should make my own.

I read this book largely on the train and didn't get the full benefit from it. I need to go back and do the labs and exercises. These aren't optional!

---
Disclosure: I received a copy of this book from the publisher in exchange for writing this review on behalf of JavaRanch.
Profile Image for Taylor.
213 reviews8 followers
April 26, 2008
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 way it was put together can be difficult to glean from the exiting documentation.

This book more than fills in these voids in the exiting doc. Like almost every Manning Press book I've read, this book is extremely well written. This is not just a regurgitation of the library APIs. It gives both context and background for each topic it tackles. The examples are non-trivial but easy to follow and understand while at the same time highlighting the point being made. The prose itself is extremely easy to read: no dry, dusty technical reading here.

In short, if you are using or are planning on using jQuery in one of your projects, you owe it to yourself to pick this one up.
Profile Image for Ahmed Moniem.
12 reviews6 followers
December 22, 2012
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, UI plugin, Live query plugin, and dimension plugin.

But IMHO, I think it is just suitable to give you highlights about the core API of jQuery and it doesn¡¯t stand as a jQuery reference at all. So, if you are expecting when you read this book to be a jQuery guru then you are wrong.

Also, I have missed practical examples on the interaction of jQuery with ASP.NET and how we can use them efficiently together. The book didn¡¯t mention ASP.NET altogether because it is focusing on the core API.

So, it is a very basic jQuery book in my opinion suitable to learn how to write jQuery scripts and some basic concepts to give you a starting point to read more advanced materials.
9 reviews
Want to read
March 21, 2016
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 2, which covers the selection of elements in numerous ways. It covers the element selection using CSS Selectors and has in-depth coverage with simple samples, which helps readers to understand the selectors. Furthermore, this also covers the various types of filters supported in jQuery and completes the section by developing custom filters. This chapter closes with coverage of context as parameter in jQuery functions. Overall the coverage is complete and has a lab to verify understanding.

Profile Image for Jean Tessier.
161 reviews31 followers
September 19, 2012
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 immediately to our codebase to make it a little better.
Profile Image for Daniel Dent.
69 reviews5 followers
May 20, 2015
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 forward to converting much of this code to jQuery and this book is fundamental step.
Profile Image for Johan.
53 reviews5 followers
May 18, 2015
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.
Profile Image for Kevin.
42 reviews17 followers
June 14, 2009
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.
Profile Image for Kyle.
54 reviews8 followers
March 9, 2011
Good book and (from what I've heard) the defining read for those looking to become familiar with jQuery. Filled with great notation, and well written examples, this book served it's purpose. The last quarter of the book contained details on jQuery UI which I skipped.
Profile Image for Glenn Burnside.
194 reviews9 followers
January 25, 2011
This book should be the starting point for anyone learning jquery. Thorough and insightful walkthrough of every aspect of the jQuery core, plus jQuery UI, all with a focus on how to use it well. The labs give you plenty of room to experiment and learn by applying what's reviewed in the chapters.
Profile Image for Ross.
7 reviews106 followers
March 31, 2013
I have no background of jQuery although I do cookie cutter here and there. Reading this made me up to speed on our environment we are working on. All I need is basics and I can go from there.

Easy to understand with good online sample.
Profile Image for P.G. Sundling.
Author?2 books16 followers
October 29, 2015
JQuery in Action has hands on exercises to teach the framework. There's a more recent version, but this is the one I first learned on.

The jQuery online documentation is good enough you can rely on it instead of the book for the most part. Still, it's a good introduction.
Profile Image for Mark Shropshire.
13 reviews1 follower
December 25, 2008
I liked this book. A little on the theory side where I might want more real world examples though.
Profile Image for Mark.
41 reviews9 followers
November 12, 2008
Awesome book. Includes just what you need, with no fluff. It is also language agnostic, with all examples being relevant.
Profile Image for wwmarble.
2 reviews
Want to read
April 22, 2009
I want to read the book, but not sure if it is worth the money.
Profile Image for Jeroen.
22 reviews
March 22, 2010
Good overview of jquery. While I already use jquery more than a year, I still learned stuff from it and I'm ready to write my own extensions.
Profile Image for Dhaval Nagar.
6 reviews7 followers
Currently reading
June 12, 2010
jQuery is stunning and this book proves it correctly. Describes all the important aspects really well.
Displaying 1 - 30 of 47 reviews

Can't find what you're looking for?

Get help and learn more about the design.