Categories

Tag Archives: keyboard

jQuery Keyboard

Misc, Working with jQuery scripts
  |  
March 22 2011
This script allows you to track keyboard key combinations and execute some action. The home page of the project is http://code.google.com/p/jquerykeyboard/ JavaScript We should include jQuery framework and jquery.keyboard.js by pointing src attribute in the script tag to those .js files. The below code we should insert between the tags in the body section. There we specify the key combination…
Read More