JQuery Gmail like interface/functionality with keys
Hi,
first off all - JQuery newbie, JavaScript medium level.
I want to have a Gmail like interface functionality, meaning that a
selector icon is moved up and down a table row and sets the context of
the app such as one can do with GMAIL when using hotkeys.
A fuller description of functionality would be:
a table with with 100 rows. Onloading the context is set at the first
row, and an icon is displayed at the first row. The script knows that
it is in the first row, so it should be possible to do something like
asking:
var currentTableSelection = getIconSelection(); //returns ID of the
currently selected row.
then dependent on pressing the j or k keys the icon moves up or down
in the table row. I am using jquery.hotkeys-0.7.8-packed.js for the
hotkeys functionality.
Anyone know of a script that is already out there that gives this
functionality - obviously does not need to perfectly match the
functionality as I can rewrite as necessary but am hoping that there
is already something that does most of it.
Thanks.