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
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
If you are able to use plugins, I would recommend the jQuery UI autocomplete plugin instead of rolling your own