Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

enable


one_time_action - Disable submits and links after click, and enable them again after a timeout or with a function if needed

jQuery plugin: one_time_action

About

JQuery plugin that can be used on submits, buttons and links: Makes them
work only once. They can be reactivated after a given time or by a specific
function call.

Demo site: http://www.headjump.de/article/jquery-plugin-one_time_action

Get it here: http://github.com/headjump/one_time_action/archives/master

jQuery disable()

Plugin allowing easy disabling/enabling of form fields.
Usage:

$('input').disable(); //disables
$('input').enable(); //enables
$('input').toggleDisabled(); //toggles
$('input').toggleEnabled(); //toggles
$('input').toggleDisabled(true); //disables
$('input').toggleEnabled(true); //enables

jQuery Enable Disable Plugin

jquery enable disable plugin is a simple, flexible and powerful tool. you can disable or enable easily an input, textarea or another form element by using a radio button, checkbox or a drop-down list.

tested with 1.2.x and 1.3.x

drop-down list support was added by Ajay Sawant thank you!

Disabler

Just a slim plugin I wrote because I got tired of writing a utility function to use with each().

Use:

$().disable();
$().enable();