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

One Response to “Book Review – jQuery Reference Guide”

RSS feed for comments on this post.

  1. Acura vallejo says:

    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

The comments are closed.

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
  • Latest Tweet - More

    • New blog post: MiniCard 1.1.7 Update http://blue-anvil.com/archives/minicard-1-1-7-update/
  • Out of the blue - More

    • MiniCard 1.1.7 Update

      I have just uploaded 1.1.7 of MiniCard here and to the WordPress theme directory. This updates includes:

      • New networks; xing, gowalla, yelp, foursquare, mobileme, google buzz
      • A way to change link text and define multiple links of the same network
      • A way to define your own custom links + icons
      • Improved admin panel

      Hope you like it, and don’t forget you can show your support by purchasing the premium pack from here.

    • Switched: From Shared to VPS

      It’s been about two weeks now since I made the transition from a shared reseller hosting account to a VPS (Virtual Private Server) account – impressions so far, excellent performance but fiddly to configure.

      The reason I wanted to change from shared hosting was the fact the server was always being hacked (even though ALL my scripts were secure), there was frequent downtime, support blamed me for problems every time, and it was slow as hell.

      Those used to a shared hosting environment would probably not know where to start when faced with configuring a VPS. Luckily, a lot of it was pre-configured when I received my account – certainly some of the major security holes were patched. I was not satisfied with those however. As a victim of hacking in the past (previous host swears it was not there fault, something I don’t believe) I took extra care to secure it as a much I could – configuring brute force detection, the firewall, installing mod security (excellent rules for that here: http://www.atomicorp.com/wiki/index.php/Atomic_ModSecurity_Rules) and going though multiple guides (like this one: http://www.webhostingtalk.com/showthread.php?t=468168) with a fine-tooth comb.

      The result? My pages are loading at least 6 times faster, I have had no down time (or at least have not noticed any), and I feel in control and happy. No longer am I at the mercy of shared hosts :)

      If your interested, I chose ServInt as my provider as they offered a great deal, as well as being a managed service (so I’m not on my own if I screw things up). I was tempted by the bells and whistles of Media Temple, but felt the ServInt service was better value.

    • Download Monitor 3.2.2 Maintenance Release

      Download Monitor has received some more love and has been updated. Here’s the change log from the new version:

      • Small bugfix in uploader.php – cat ID
      • Changed stats graph calculation – thanks lggemini
      • Changes to headers in download.php to avoid caching
      • File Browser fixes – $root was clashing with something….
      • exclude_cat works in all sections of download_page now
      • Removed hardcoding of /uploads/
      • Added action to download.php – should be able to use it to stop a download if you want – maybe limiting downloads per day or something? Whatever you want…
      • Made it so if you post new file on ‘edit’ screen, the post date is updated.
      • Fixed the ‘blank meta’ section which blanks out custom field values when nothing is set.
      • Moved ‘allow_url_fopen’ check.
      • Someone said downloads don’t work with spaces in the name. They do! Wasting my time sonny…
      • All work and no play make jolley a dull boy
      • Had to rename capabilities so they work. Apologies if you have to set this up again! Cheers to Mark Dingemanse.
      • {category_ID} custom format tag added. Useful if you want to send someone to its category on the DL page I guess. Also added {category_other} so when no category is set “other” is shown – this is because the download page can show an ‘other’ section if you want it to.
      • You can now manually edit the post date on the edit download screen.

      If you have edited capabilities for download monitor user permissions, you’ll have to again sorry! This is because I named them too long. Also, you should check your forced downloads still work because there was a logic error meaning they may not have been forced after-all…

      Enjoy.

    • Mahousive update to Download Monitor (3.2)

      Today I completed the update for the Wordpress Download Monitor Plugin – many tweaks, fixes, and features added. There were no changes to the database structure so people upgrading should be fine. Here is the list from the change log:

      • {user} tag added for custom formats
      • ‘autop’ option fix
      • Download page buttons applied with CSS so they are easier to customise/translate.
      • Fix for pagination bug after editing a download
      • Category output fix on edit downloads screen
      • Category urls on download page use ID rather than name to prevent errors when cats have the same names.
      • exclude_cat added to download_page shortcode
      • Localised ‘hits’ ‘date’ ‘title’ on download page
      • Option to disable the download logging
      • Read file ‘chunked’ some people found large files were corrupted so this should help (fingers crossed)
      • Added show_tags option to download page – displays x amount of tags on the download page.
      • File Browser root setting and download.php logic/mime types modified thanks to Jim Isaacs (jidd.jimisaacs.com)
      • Interface Improvements
      • Bulk edit categories, custom fields, tags, member only downloads
      • Added roles for download monitor admin – should be able to use with a role manager plugin if you want anyone other than admin to access the admin section e.g. http://wordpress.org/extend/plugins/capsman/
      • Change redirect after add
      • Edit Cat names/parents
      • Dedicated tags and thumbnails fields (they still use meta table though)

      And yes, those category link bugs are fixed at long last, and you can edit category names finally. Phew!