🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jQKeyboard is a jQuery virtual keyboard plugin which creates a responsive alphanumeric keyboard appending to a specified text field when you start typing.

Keyboard

Documentation

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.


You May Also Like