@accursoft/jquery-osk 中文文档教程
jQuery On-Screen Keyboard
在块级容器中创建键盘
$('#container').loadLayout('layout.json', callback)
使用container
:包含元素layout.json
:布局文件的路径
callback
:一个函数调用每个按键
请参阅随附的演示示例。
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.