posted 14 years ago
Hi,
I want to traverse each cell of the table using arrow keys(left, right, up, down). I am able to move the highlighter to each cell as I press the arrow keys.
However I am not able to transfer the focus to each cell. Only the highlighter is moved, but focus remains on the same position where it was initially on page load.
Here is the code snippet:
On page load I am populating the table data in a 2X2 matrix and setting focus to first cell of the table.
However this ".focus" is not working here. Please can anybody tell how to transfer the focus?>