trentrichardson.com

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...

alfajango.com

The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on...

thirdroute.com

Captify is a plugin for jQuery written by Brian Reavis (@brianreavis) to display simple, pretty image captions that appear on...

makandra dev
keith-wood.name

A jQuery plugin that sets a div or span to show a countdown to a given time

desandro.com

Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges...

stackoverflow.com

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);

elliottkember.com

The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the...

spritely.net

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.

makandra dev
addyosmani.github.com

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"

andismith.com

If you need to upgrade code that uses the old jQuery methods bind, delegate, live, unbind and die, the attached...

odyniec.net

imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement...

github.com

As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.

makandra dev
blog.jquery.com

No big features, but many improvements under the hood: Faster selector engine Many bug fixes Note that jQuery 2.0, scheduled...

makandra dev
blueimp.github.com

...supports drag & drop. Its default is built on Bootstrap, but there's a version for jQuery-UI...

steamdev.com

zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an...

teddevito.com

This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...

alfajango.com

We can now plug into every facet of the Rails jQuery UJS adapter, binding to custom events, and even customizing...

jqueryui.com

...the multiple: true option, but right now this is the way. Credits go to jqueryui.com...

makandra dev
github.com

This jasmine plugin helps with testing DOM manipulation in two ways: It gives you DOM-related matchers like toBeVisible() or...

dimsemenov.com

Responsive Lightbox JavaScript that just works. You can use it for single images or a gallery. Animations are optional.

api.jquery.com

Simply use one(...) instead of on(...). It takes the same arguments.