Hotkey
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/hotkeys
软件介绍
HotKeys is a keyboard hooker plug-in.
May you find this useful in cases of:
Powering your Ajax applications with keyboard short-cuts such as Ctrl+x, Alt+y, Shift+z, etc.
Games development with Javascript + jQuery
HotKeys lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost *any* keys combination.
It takes a single line of code to bind or unbind a hot key.
Binding 'Ctrl+c'
$(document).bind('keydown', 'Ctrl+c', fn);
Unbinding 'Ctrl+c'
$(document).unbind('keydown', 'Ctrl+c', fn);
Live demo at: http://jshotkeys.googlepages.com/test-static-01.html
Update:New Version (0.7) Available at: http://code.google.com/p/js-hotkeys/downloads/list
Programming the Mobile Web
Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99
* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!
