jquery 단축키 썸네일형 리스트형 Javascript jQuery Hotkeys Plugin Cross Browser Module (Works with Safari, Opera, Firefox, Chrome and IE)The latest Version is 0.7.8jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination. Example:Binding 'Ctrl+c' $(document).bind('keydown', 'ctrl+c', fn);Unbinding 'Ctrl+c' $(docum.. 더보기 Handling Keyboard Shortcuts in JavaScript Despite the many JavaScript libraries that are available today, I cannot find one that makes it easy to add keyboard shortcuts(or accelerators) to your javascript app. This is because keyboard shortcuts where only used in JavaScript games - no serious web application used keyboard shortcuts to navigate around its interface. But Google apps like Google Reader and Gmail changed that. So, I have cr.. 더보기 이전 1 다음