
Keyboard events add a layer of additional navigation to your site that can be a welcome surprise to your users. While we’re all well-versed in using a mouse to control interfaces there are situations where hitting the up and down keys on your keyboard can be a little easier. One simple example of where keyboard events have come in useful are the MySpace Photo Albums – we all expect the UI to go to the next image when you hit the "next" link, but when you’re able to flip through your entire album just using some keys on your keyboard..it’s a much much smoother experience (akin to what your users are used to on their desktops). There’s now a nice plug-in for jQuery that lets you get these kind of events into your application with ease – why not check out the JS-Hotkeys plugin.
Share
Related posts:
- How to add custom missing image holders using jQuery Share var button = document.getElementById('facebook_share_link_225') || document.getElementById('facebook_share_icon_225') || document.getElementById('facebook_share_both_225')...
- How to override jQuery Event Handlers Share var button = document.getElementById('facebook_share_link_225') || document.getElementById('facebook_share_icon_225') || document.getElementById('facebook_share_both_225')...
- jQuery UI Animation Effects Share var button = document.getElementById('facebook_share_link_225') || document.getElementById('facebook_share_icon_225') || document.getElementById('facebook_share_both_225')...
- jQuery Colour Selector plug-in with support for graceful degradation Share var button = document.getElementById('facebook_share_link_225') || document.getElementById('facebook_share_icon_225') || document.getElementById('facebook_share_both_225')...
- The Missing Date-Time Selector for jQuery UI Share var button = document.getElementById('facebook_share_link_225') || document.getElementById('facebook_share_icon_225') || document.getElementById('facebook_share_both_225')...
Related posts brought to you by Yet Another Related Posts Plugin.
No comments yet.