When working on my HTML project, I have a list of elements that I want to be able to select using the arrow keys.
I've included my code here for reference: [http://jsfiddle.net/T8S7c/]
What I'm trying to achieve is when the arrow keys are pressed, the focus should move to the selected element as if it had a hover effect. (For instance, pressing the down key should move the focus to Ambaji on the first key press)
I have the key event code figured out, but I'm struggling with how to shift the focus on keypress.
If anyone has any suggestions or solutions, I would greatly appreciate the help!