Skip to content

jQKeyboard is a jQuery plugin that allow you to add a virtual keyboard to input text field.

License

Notifications You must be signed in to change notification settings

poiyee/jQKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

jQKeyboard is a jQuery plugin that allow you to add a virtual keyboard to input text field.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published