jQuery Timeout Plugin

Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout() and window.clearTimeout().

jQuery Maybe

jQuery Promise with evented resolution/rejection conditions.

Deference

Utilities for jQuery’s Deferred object.

jQuery Postpone – Advanced timeout handling.

Whether you want a prettier way of writing timeouts in JavaScript, or advanced timing events; jQuery.postpone is something for you! In technical terms, it is an API extension for jQuery.Deferred that allows you to use the deferred mechanism in combination with setTimeout and setInterval.

jquery.hub

A well-tested jQuery plugin implementing enterprise-level messaging patterns atop the OpenAjax [Unmanaged] Hub. Great for decoupling cross-component communication on the client-side.

jQuery Circular

A dead-simple, modern carousel library.

jQuery async

jQuery async plugin adds Deferred to handle like the Mochikit.Async.Deferred.

Deferred Util

Deferred Utility plugin

jQuery DOMTimers – Deferred callbacks when DOM loads and renders.

Adds two functions to the jQuery library: $.DOMReady() – Returns a Deferred that resolves when the DOM is ready. $.DOMRendered() – Returns a Deferred that resolves when the DOM has finished rendering the HTML.