views:

28

answers:

1

i need help on coding javascript to detect the up and down arrow key hits and do an event on each key hit, without changing the cursor position of a focused textfield kinda like the stack overflow tag chooser

Thanks again for any help

+2  A: 

If you are able to use plugins, I would recommend the jQuery UI autocomplete plugin instead of rolling your own

Steve Greatrex