I have created a Live Search that displays results in a table row. Row has onClick function that executes a process of selecting result. OnClick function works fine by mouse click but I want user can select it by up/down arrow key and Enter too. Now I want function set in onClick is called from other JavaScript function. Any help please......
-
do you use jQuery ? if so you could venture into .keypress()Bala R– Bala R2011-02-19 02:38:12 +00:00Commented Feb 19, 2011 at 2:38
Add a comment
|