Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

TypeWatch 2.0.0


First released: May 17, 2008 - 12:03am

New and improved TypeWatch plugin.

Breaking changes: YES

  • Code has been refactored thanks to Charles Christolini - BinaryPie.com
  • Supports chaining
  • Supports jQuery in No Conflict mode
  • New option: captureLength

Options:

wait : (default: 750) : Milliseconds to wait before firing event,

callback : (default: function() { }) : Function to call when wait time has elapsed,

highlight : (default: true) : Highlights the text of the input element when it gets focus,

captureEnter : (REMOVED) : TypeWatch now always captures the enter key on single-line input elements,

captureLength : (default: 2) : The minimum length of text required to fire the event.