jQuery
jQuery Fundamentals - A completely free book for learning jQuery
If you've been trying to learn (or learn more about) jQuery, and you don't know about Rebecca Murphey's excellent Creative Commons licenced book jQuery Fundamentals, you're missing out.
Specify an alternative jQuery library for a particular page on your Drupal site
Drupal 5.x comes bundled with a fairly outdated version of the jQuery library. Simply downloading the latest version of jQuery and replacing Drupal's jQuery library is not recommended, as this causes compatibility problems with Drupal's own use of jQuery.
Nevertheless, there are times when you might have a requirement to use the latest version of jQuery. For instance, you might want to make use of a jQuery plugin that's not supported by the default version.
Default text field value that disappears on focus
See the search form top right? Click the search box. See how the default text disappears and then reappears when you click away from the search box? Here's how you do it.
The script below searches the page that it's inserted on for all form input fields that have a class of default-value applied. Each form input field must have a unique ID.
A nice collection of jQuery essentials
Here's a site I came across that lists a nice collection of plugins for use with jQuery.






