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
PHP 5权威编程
(美)古曼兹等 / 简张桂 / 电子工业出版社 / 2007-12 / 90.00元
《BRUCE PERENS开源系列丛书•PHP 5权威编程》为大家全面介绍了PHP 5中的新功能、面向对象编程方法及设计模式,还分析阐述了PHP5中新的数据库连接处理、错误处理和XML处理等机制。希望能够帮助读者系统了解、熟练掌握PHP,最大程度地挖掘:PHP的潜力,以更低的成本搭建更加稳健、高效的PHP应用。 近年来,随着使用PHP的大流量网站逐渐增加,企业在使用PHP的时候开始面临新的问......一起来看看 《PHP 5权威编程》 这本书的介绍吧!
