jQuery Hanging

A jQuery plugin to hang actions from an element if target fields are not valid.

Do you know when you don't want to enable that submit <button name="send" /> until the user complete at least all the required fields of your <form />? Yeah, this plugin intends to help you with that. Want to know how? No worries, that's supposed to be simple. Let's take the form below as an example:

Minimum of 5 characters.

After tasting the form above you're gonna notice that our submit button is enabled only after the valid completion of the fields. The gists bellow intend to show you, with comments, how that works in details: