Skip to content

ayonghosh/jsQwerty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#jsQwerty

A reusable virtual keyboard plugin in JavaScript. Simple to use and can be added to any number of input fields on a page. Pops into view as soon as the user focuses on a text box on the page.

To use it on your page include the script and stylesheet, and then pass an array of your input elements to the attachKeyboard function. Example:

attachKeyboard( [ document.getElementById('txt1'), document.getElementById('txt2') ] );

Working demo here: http://intellisol.herokuapp.com/jsQwerty.html

About

A reusable virtual keyboard plugin in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published