jQuery shortaccesskey plugin
I came across an article about keyboard enabling web applications today on my rounds of daily reading. This prompted me to dig out some code which I had written earlier to facilitate keyboard navigation of websites and convert it into a jQuery plugin.
The shortaccesskey plugin provides an easier and faster way to use the accesskeys [...]
jQuery shiftcheckbox plugin
Presenting a jQuery plugin to select a range of consequetive checkboxes with just two clicks. The plugin is inspired from the GMail checkboxes functionality and works exactly the same. Just keep the 'Shift' key pressed and select a starting checkbox and the last checkbox that you want to select. Just try the demo if things [...]