jQuery On-Screen Keyboard
Share
This is a simple on-screen keyboard powered by JavaScript/jQuery. I have made some enhancements to the jsKeyboard plugin and fixed some bugs it had and added it to GitHub.
- * Updated default keyboard layout
- * Hooked up to work with mutiple field inputs
- * Added cursor to show when typing
- * Fixed bug: types character on cursor position instead of appending
- * Fixed bug: deletes on character position instead of last character
- * Fixed bug: space actually adds a space
- * Added HTML5 validation rules