文件名称:js-shortcuts:JavaScript快捷方式库
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-03 14:57:42
JavaScript
JavaScript快捷方式库(jQuery插件) 用法 添加快捷方式: $.Shortcuts.add({ type: 'down', mask: 'Ctrl+A', handler: function() { debug('Ctrl+A'); } }); 开始对快捷方式作出React: $.Shortcuts.start(); 在“另一个”列表中添加快捷方式: $.Shortcuts.add({ type: 'hold', mask: 'Shift+Up', handler: function() { debug('Shift+Up'); }, list: 'another' }); 激活“另一个”列表: $.Shortcuts.start('another'); 删除快捷方
【文件预览】:
js-shortcuts-master
----fix-ie6.css(74B)
----jquery.shortcuts.js(8KB)
----test.html(22KB)
----index.html(6KB)
----jquery.shortcuts.min.js(3KB)
----README.md(2KB)
----index.css(1KB)