The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker (jQueryUI) is required for using any of these. In addition all datepicker options are still available through...
The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on...
Captify is a plugin for jQuery written by Brian Reavis (@brianreavis) to display simple, pretty image captions that appear on...
A jQuery plugin that sets a div or span to show a countdown to a given time
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges...
When you are working with jQuery selectors and collections, many times you want to know if the collection actually contains...
If you have jQuery code like this: if (condition) { $element.show(); } else { $element.hide(); } ... you can shorten this to: $element.toggle(condition);
The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the...
jQuery.spritely is a jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript. It's a simple, light-weight plugin with a few...
The API is a little confusing because animate returns a reference to the element to enable chaining.
Twitter's Bootstrap CSS blueprint as a jQuery UI theme. Even if you don't want to use Bootstrap as...
You can say this in Javascript: $.fn.jquery => "1.11.1"
If you need to upgrade code that uses the old jQuery methods bind, delegate, live, unbind and die, the attached...
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement...
As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.
No big features, but many improvements under the hood: Faster selector engine Many bug fixes Note that jQuery 2.0, scheduled...
...supports drag & drop. Its default is built on Bootstrap, but there's a version for jQuery-UI...
zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an...
This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...
We can now plug into every facet of the Rails jQuery UJS adapter, binding to custom events, and even customizing...
...the multiple: true option, but right now this is the way. Credits go to jqueryui.com...
This jasmine plugin helps with testing DOM manipulation in two ways: It gives you DOM-related matchers like toBeVisible() or...
Responsive Lightbox JavaScript that just works. You can use it for single images or a gallery. Animations are optional.
Simply use one(...) instead of on(...). It takes the same arguments.