jQKeyboard
jQKeyboard is a jQuery plugin that allow you to add a virtual keyboard to input text field.
Requirement
To use jQKeyboard, you need jQuery library and include it at your page header.
Usage
To enable jQKeyboard, just addd code below to your script tag. $('input').initKeypad();
OR
you may want certain input fields only to display the keyboard, so just add class to those fields. $('input.jQKeyboard').initKeypad();
Improvement
- Add numeric keyboard
- Input validation
License Copyright 2015, Ho Poi Yee Licensed under MIT license.
Contributing I love pull requests. If you want to contribute, please fork the codes and submit a pull request.