Bottomless

Bottomless is an infinite scroll plugin that has been torture-tested by naive users with old versions of IE, which is important because permanently replacing pagination with infinite scroll on a public facing site is a high risk, high benefit proposition. jquery-bottomless has a sweet and simple API.

Selective

Selective provides multiple selection with autocomplete: a list to which items may be added by typing part of the label. A server-side or client-side source may be specified for autocomplete (see jquery.ui.autocomplete). Items may be reordered if the sortable option is present (this feature requires jQuery UI sortable). Items may also be removed. There are … Continue reading

Radio

Radio lets you get and set the current value of a group of radio buttons, filling a gap in jQuery’s $.val. It is not a replacement for radio buttons. It just makes working with them more pleasant.

Images Ready

Images Ready waits until the size of certain images is known, then tells you the maximum width, maximum height, and maximum ratio of height to width of all the images. Great for slideshows.

Projector

Projector creates slideshows by progressively enhancing a list of items. Projector handles images of varying heights intelligently.