Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/accursoft/osk
jQuery on-screen keyboard
https://github.com/accursoft/osk
accessibility jquery jquery-plugin keyboard kiosk
Last synced: 6 days ago
JSON representation
jQuery on-screen keyboard
- Host: GitHub
- URL: https://github.com/accursoft/osk
- Owner: accursoft
- License: gpl-3.0
- Created: 2019-08-20T15:25:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T18:12:56.000Z (about 4 years ago)
- Last Synced: 2024-12-20T19:04:10.371Z (about 1 month ago)
- Topics: accessibility, jquery, jquery-plugin, keyboard, kiosk
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@accursoft/jquery-osk
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
jQuery On-Screen Keyboard
=========================Create a keyboard in a block-level container with
$('#container').loadLayout('layout.json', callback)
`container`: the containing element
`layout.json`: path to the layout file
`callback`: a function to call for each keypress
See the included demo for an example.