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 Keypad


keypad 1.3.0

Download Size md5 hash
jquery.keypad.package-1.3.0.zip 26.2 KB 8079f226e8aa15bab4d39613355a8fd7
Last updated: September 10, 2010 - 10:46pm

* Added useThemeRoller option
* Automatically disable keypad if target field is initially disabled
* Popup keypad now identified by a class instead of an ID

Keypad 1.2.4

* Added ENTER key

Keypad 1.2.3

* Updated duration to work with jQuery UI 1.8
* Set showAnim to '' for no animation, rather than duration

Keypad 1.2.2

* Added insertValue function to insert text into an input field
* Added German (including Qwertz keyboard layout) and Dutch localisations

Keypad 1.2.1

* Send special values to onKeypress callback for Back and Clear buttons
* Added target setting for updating an external field from an inline keypad
* Added Portuguese/Brazilian localisation

Keypad 1.2.0

* Added separator setting to allow keys with more than one character
* Added beforeShow callback to allow modification of the keypad before it is displayed
* Added $.keypad.SPACE_BAR to allow an extended length space bar
* onKeypress now receives current key text, full value, and instance settings as parameters
* Fixed IE6 display problems
* Added Spanish localisation
* Added alternate ("native") CSS

Keypad 1.1.0

* Allow keypad to appear inline
* Hide keypad on tab out
* Call functions directly instead of as inline events

Keypad 1.0.2

* Added randomiseAll setting
* Corrected width in IE6
* Added Google Chrome support

Keypad 1.0.1

* onKeypress respects maxlength attribute on field

Keypad 1.0.0

* Initial release