jQuery plugin virtual keypad
Just twittering me an info about a beautiful new jQuery plugin into the house which I would like to introduce you here.
When jQuery Keypad is a plug with which it is possible to secure inputs through a "similar panel keyboard make" too. The plugin adds a text box or other mouse-controlled entry to the popup.
The values are to be displayed in the panel can easily be set, which only allows numbers, foreign, etc. Buschstaben view.
The keypad comes with a variety of settings. Thus, as the show with "fade down in" or "slide" is possible. But there are still a lot of other settings such as:
-
isRTL: The text is illustrated by vonrechts left. -
clearText: removes all content from the text box. -
keypadClass: The CSS class with which you just the look of the keypad to adjust. - etc. ..
A simple example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ) . keypad ( ) ; $ ('# DefaultKeypad'). Keypad (); ) . click ( function ( ) { $ ('# ViewKeypad'). Click (function () ( 'The current value is: ' + $ ( '#defaultKeypad' ) . val ( ) ) ; alert ('The current value is:' + $ ('# defaultKeypad'). val ()); )); ) . toggle ( function ( ) { $ ('# RemoveKeypad'). Toggle (function () ( ) . text ( 'Re-attach' ) ; $ (This). Text ('Re-attach'); ) . keypad ( 'destroy' ) ; $ ('# DefaultKeypad'). Keypad ('destroy'); ), function () ( ) . text ( 'Remove' ) ; $ (This). Text ('Remove'); ) . keypad ( ) ; $ ('# DefaultKeypad'). Keypad (); ) ); |
All other information, as well as demos and the files for download are found on the official site in the documentation or on the project page at jQuery directly.










Recent Comments