- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Tag Archives: keyboard
jQuery Keyboard
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