Hi All,
I am developing a functionality similar to google auto suggest. I have to enable up and down key to select rows of a table on div tag with a higher Z-Index. Also, on selection I want to highlight it. For achieving the same I have sucessufully captured the keys. On that I am changing the class of the respective tr tag. The change is happening very well. But for a flash of second.
Can anyone provide nay insight on the same