Quantcast
Channel: JavaPins - Stories tagged with keyboard
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

jQuery keyboard events example

jQuery comes with three keyboard events to capture the keyboard activities – keyup(), keydown() and keypress().keyup() – Fire when user releases a key on the keyboard.keydown() – Fire when user presses...

View Article


Image may be NSFW.
Clik here to view.

Enable Keyboard Shortcuts to Website with Javascript Plugins | Queness

Using shortcut key as an alternative navigation method on a website is not something new. If possible, it's actually encouraged to create such navigation solution for accessibility. Of course, most...

View Article


Image may be NSFW.
Clik here to view.

Andy's Software Engineering Corner: Keyboard Navigation between Input Fields...

If you have a form with several input fields, one can easily add keyboard based navigation using JQuery. This means, that if the user is in the 1st input field and pushes the down key, the focus jumps...

View Article
Browsing all 3 articles
Browse latest View live