Since I\'m using jQuery, any solution via that would work too. Ideally, I\'d like to know both, though.
I already have the arrow keys bound to another function on my
If you add a document level keypress handler it will prevent normal scroll on the page at any time, not only when your element has the focus, this might be an undesired effect.