jQuery 1.4 Reference Guide By Karl Swedberg And Jonathan Chaffer

Posted February 14, 2010 at 6:08 PM by Ben Nadel

Tags: Javascript / DHTML, Books

If you're a web developer, chances are good that you are building your web applications using the jQuery Javascript library. And, if you're doing that, chances are, you're loving it; jQuery's appeal comes from, in no small part, that fact that it provides a tremendous amount of power with a very small, very manageable API. And, while this is obviously a good thing, jQuery's ease of use can quickly allow us to become complacent in our learning. The jQuery development team is constantly making improvements to the library and it is important that we try to keep up with all the advancements such that we can leverage them to our benefit. Unfortunately, sometimes that means we have to Read The Manual (RTM).

 
 
 
 
 
 
Ben Nadel Reviews The jQuery 1.4 Reference Guide By Karl Swedberg And Jonathan Chaffer (From PACKT Publishing). 
 
 
 

Luckily, with books like the jQuery 1.4 Reference Guide by Karl Swedberg and Jonathan Chaffer, reading the manual is not a bad thing. I had the opportunity to read this book over the weekend and it does a great job of outlining the entire jQuery API. I'm a slow reader and I was able to make it through this book in about 6 to 7 hours. But, make no mistake about it - it's a reference guide, not a learning manual; it does have code samples, but they go only slightly farther than what is required to demonstrate the given API method. For a more real-world, task-oriented exploration, you might want to check out Karl and Jonathan's other book, Learning jQuery 1.3.




Reader Comments

Feb 14, 2010 at 10:09 PM // reply »
2 Comments

This picture is missing the standard "That's Me" with arrows, like in your banner rotation. Thanks for the book references.


Feb 15, 2010 at 8:23 AM // reply »
31 Comments

Great reminder that I need a up-to-date JQuery book, however I am actually more interested in your office chairs. Look like they are pretty ergonomic and comfy.. What are they? ;)

Love that classic office shelf unit in the background. Overloaded with books, cds / dvd's and tech.


Feb 15, 2010 at 8:41 AM // reply »
304 Comments

I'll ditto the recommendation for "Learning jQuery 1.3". It was _the_ book that made jQuery clear for me. I'm hoping they have an update planned for 1.4, but even if not, I'd still recommend it.


Feb 15, 2010 at 9:45 AM // reply »
10,640 Comments

@James,

I think the chairs are all from Staples. Although, I have an Aeron chair that I inherited from my dad :)

@Raymond,

Agreed - Learning jQuery is a great book.

NOTE: Just so there is no confusion here, this book is a reference manual; it is basically an offline version of the documentation. ... I just talked about this with someone and wanted to make sure this was clear.


Feb 15, 2010 at 9:48 AM // reply »
31 Comments

@Ben,

Ah sitting in style - I like it.

I'm thinking of grabbing an Ergohuman Leather. When we sit as much as we do a quality chair is essential I'd say.


Feb 15, 2010 at 9:53 AM // reply »
45 Comments

Does anyone know if/when a follow up to Learning jQuery is planned? I want to know if I should pick up 1.3 or just wait for the new book to be released.


Feb 15, 2010 at 1:44 PM // reply »
8 Comments

Ben, I second the comment that the picture needs connotation. There's a lot of books in there. Someone might need a roadmap. :)

Also - that office space is sadly lacking color. I think you need a poster or 4. Maybe some huge artwork. At the very least a chart of CFTags. :)

/me wanders off back to work...


Feb 17, 2010 at 10:48 PM // reply »
10,640 Comments

@Erika,

I like to think my personality is what brings the color :)


Feb 20, 2010 at 2:59 PM // reply »
8 Comments

@Dan,

Sorry about the late reply. We don't have any immediate plans for another edition of Learning jQuery, though I'm sure it'll happen at some point. Because it's more of a tutorial-style book, Learning jQuery 1.3 is less time sensitive than the Reference Guide is. Nearly everything in there is still relevant and useful, even if new features in jQuery 1.4 have made some of the tasks a bit simpler to achieve.


Feb 21, 2010 at 4:24 PM // reply »
10,640 Comments

@Karl,

I'll second that - what was so great to me about the Learning jQuery book was that it definitely showed me a new way to think and to approach my code; this, in and of itself, is version-independent for the most part.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »