Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.