jQuery Virtual Keyboard For Input and Textarea - jkeyboard
File Size: | 2.57KB |
---|---|
Views Total: | 9638 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

jkeyboard is a lightweight and cross-browser jQuery plugin that attaches a virtual keyboard to the text input or textarea when typing.
See also:
- jQuery On-Screen Virtual Keyboard Plugin - OAK
- jQuery Plugin for Simple Virtual Keyboard - keypad
- jQuery Virtual Keyboard Plugin - Keyboard
- Virtual Keyboard Emulator
How to use it:
1. Load the jQuery jkeyboard plugin after jQuery javascript library.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="script.js"></script>
2. Create an input filed or a textarea with the Id 'jkeyboard'.
<textarea cols="50" rows="5" id="jkeyboard"></textarea>
3. That'is. The plugin will popup a clean keyboard attached to the textarea for improving the web accessibility.
Change log:
2013-12-12
- proper plug in function
This awesome jQuery plugin is developed by JamieRead. For more Advanced Usages, please check the demo page or visit the official website.