Book Review – jQuery Reference Guide

November 22, 2007 | Published in: Reviews | Tags: , , , , 1

jQuery Reference guideJQuery is a great open-source javascript framework, with a great manual. The “jQuery Reference Guide” builds on that, and is a great companion to the previously reviewed “Learning jQuery” book.

The “jQuery Reference Guide” contains thorough explanation of the jQuery framework’s functionality and features, and is great to use as quick reference when developing scripts with jQuery.

Book Information

Full Title:
jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library
Author(s):
Jonathan Chaffer, Karl Swedberg
Pages:
268
Published:
August 2007
Publisher:
Packt Publishing
ISBN:
978-1847193810

My Review

A good reference book needs a good structure and an even better index; the jQuery reference guide has just that.

The book is aimed developers with a basic knowledge of HTML and CSS, and an understanding of the syntax of JavaScript; no jQuery experience is needed or assumed, however I feel a little understanding of jQuery is useful to get you started, even though the introduction covers the basics. The book is particularly useful for forgetful developers like me, for quickly looking up functions.


Each section of the book is clearly labelled and well organized just like the jQuery online documentation, however, the book goes into much more detail than the online manual, and is much more useful if you have never used a particular function before since it explains and expands on usage scenarios.

The index is great; first, an alphabetical list of functions is extremely useful when you need to look up something fast, then a list of everything else in the book. This book makes it so much easier to find what you need than the website; the website has no obvious list of all functions, and the search often fails to find certain functions such as “each()”.

The book covers the online API documentation, and is divided into the following sections:

  • Anatomy of a jQuery Script – This learns you the ropes of using jQuery in websites.
  • Selector Expressions – This section lists and explains functions for selecting elements in a web page; all jQuery developers should learn this!
  • DOM Traversal Methods – This section shows the functions used to search through the DOM to get what you need.
  • DOM Manipulation Methods – This section explains the functions to manipulate the DOM however you want.
  • Event Methods – Event triggers are covered here, so you can add client-side interactivity to your site
  • Effect Methods – Effects, animations, its all in this section.
  • AJAX Methods – This section covers AJAX functions, used to communicate with the server dynamically.
  • Miscellaneous Methods – This section covers everything else, such as getting the users browser version, manipulating multiple elements with the each() method and so on.

The book also goes on to tell you how to create plugins, and explains two useful downloadable plugins:

  • Dimensions Plugin – For getting dimensions, sizes, and positions of elements.
  • Form Plugin – For dealing with forms, and utilizing AJAX technology

Like “Learning jQuery“, the language used in the book is clear and easy to understand, its quite well formatted also as an added bonus. The few screen shots there are, aren’t too great, so its a good idea to check out the accomplying website for more examples on the tutorials in the book.

I love this book, the only thing that lets in down in my eyes is that a few functions are outdated with the new release of jQuery 1.2.1, this book was written for jQuery 1.1.2. However, this only effects a few functions and features, such as the XPath selectors which were dropped in the new version, so I’d still recommend it for reference.


In conclusion, if you use jQuery and you frequently find yourself looking at the online documentation when your stuck, get this book! It will help tremendously.

Verdict: 9/10 – Extremely useful, a must have for any jQuery developers bookshelf.

Found this post useful? Why not buy me a coffee!

Related Entries

Popular Entries

One Response to “Book Review – jQuery Reference Guide”

RSS feed for comments on this post.

  • 1 - Acura vallejo says: Reply to this comment

    Gravatar

    The book is aimed developers with a basic knowledge of HTML and CSS, and an understanding of the syntax of JavaScript; no jQuery experience is needed or assumed, however I feel a little understanding of jQuery is useful to get you started, even though the introduction covers the basics. The book is particularly useful for forgetful developers like me, for quickly looking up functions.

    Comment made on March 9, 2008 at 8:12 am

About this site

Blue Anvil is the online web design journal & portfolio of , a web designer from Norfolk, England. Read More »
ThemeSlice
  • Featured work - More

    • Beefjack
    • Integrity
    • theotaku.com
    • Manic Melon
  • Latest Tweet - More

    • Hot and stuffy in today. Cut the lawn and cleaned the pets. Poor puff died the other day. Looks like the meds to cure the head tilt failed
  • Out of the blue - More

    • Wordpress 2.8 Memory Usage

      With the release of wordpress 2.8 some people are experiencing out of memory php errors along the lines of:

      Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 228968 bytes)

      You may also be seeing pages fail to load fully (for example the wordpress admin dashboard) if php error messages are hidden. I’ve already had one case where we thought certain plugins were to blame but in fact it was just out of memory. A possible fix (which worked in the previously mentioned case) is to add:

      @ini_set('memory_limit','64M');

      to your wp-config file. Has anyone else encoutered this error?

    • jQuery Curvy Corners 1.x and 2.x updated and moved to Google Code

      I have updated the jQuery Curvy Corners plugins (both versions) with jQuery 1.3.2 support and other enhancements. The beta 2 version is looking good and is working in all version of IE, Opera, and Firefox (as far as I can tell).

      You can grab the latest files from Google Code here. Enjoy.

    • I’m too nice: Wordpress Download Monitor plugin page add-on now included with Download Monitor version 3.1.

      It was going to be a paid add-on, but today I had a change of heart and bundled it with the newest version of download monitor. The add-on lets you make a download page using a shortcode; it lists your downloads/categories with full sorting, pagination, and search functionality. Not bad eh? See the documentation topic to see full instructions for usage, or see my download page to see it in action.

      And if you use it, please consider making a donation to ensure the continued development of the plugin!

    • 2 Announcements: New Support forum, and feedback wanted for new download page add-on

      First, I’ve implemented a support forum to Blue Anvil mainly for plugin support and ideas which can be found here. Hopefully this will make supporting my plugins easier. Feel free to add to the discussions (there is also a general web design forum too).

      Secondly, I’ve added a demo of the new download page add-on I’m making for Download Monitor. This will be a paid add-on and it would be cool to get any feedback or suggestions from anyone who would like such a feature. My download page is here. Please leave feedback on the forum or in the comments.