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.

Releases for TypeWatch


TypeWatch 2.0.0

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.

TypeWatch 2.0.0

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.

TypeWatch (AutoComplete) 1.1.1

Added a check to the "enterkey" option to only fire the callback if the element is an INPUT textbox, not a TEXTAREA.

TypeWatch (AutoComplete) 1.1.0

Fixed an issue where if pressing a non-character key (home, end, page up, etc...) the script would fire.

Added ability to fire script when pressing Enter key rather than wait for timeout (optional).
- Just add the following to your options: {enterkey:true/false} - DEFAULT is true

TypeWatch (AutoComplete) 1.0.1

Performance improvements / refactor.

Added live Demo on website.

TypeWatch (AutoComplete) 1.0.0

Fixed a performance issue where the timer would continue to run after the callback.

The timer now starts when a keydown event is raised and it ends when the timer limit has been reached. It will recreate the timer when the next keydown event is raised rather than continuously running.

Official 1.0 release.

TypeWatch 0.3.0

Fixed Issue:

Was not working in Firefox / Safari - Now Fixed!!

Moved key events to [KeyDown].

Fixed attribute "type" check.

DEBUG version: ~2.52K
PACKED version: ~1.5K

TypeWatch 0.2.1

Fixed issue:

Was only listening for the [KeyUp] event so if you held the [backspace] or any other key the timer would not reset.

The timer now gets cleared on [KeyDown] and then reset on [KeyUp].

DEBUG version: ~2.53K
PACKED version: ~1.47K

TypeWatch 0.2.0

Initial Release: Version 0.2.0

Debug version: ~2.46K
Pack version: ~1.45K