10 Simple and Clean jQuery plugins
1. Batch
jQuery plugin that gives you the ability to batch the results of any jQuery method or plugin into an Array.
Source
2. Countable
A jQuery plugin that provides an unobtrusive input and textarea character counter.
Source
3. Livequery
Utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.
Source
4. Overlaps
A jQuery plugin that detects if one or more elements are overlapping.
Source
5. each_slice
jQuery plugin that lets you iterate the given function for each slice of elements.
Source
6. spellcheck
A jQuery plugin that adds spellcheck support to inputs using the Google spell checker API.
Source
7. copyevents
A jQuery plugin that provides method for copying events from one element to another.
Source
8. expandable
A jQuery plugin that auto-expands textareas to fit the contents as a user types.
Source
9. overlabel
A jQuery plugin to help implement the over label technique described in Making Compact Forms More Accessible by Mike Brittain on ALA.
Source
10. Live Counter
jQuery plugin is a dynamic and flexible counter that can be setup based on a few parameters and also updates the count directly on the page without having to refresh.
Source