I have to update a table with rows which have data received by assync requests (JSON format). I'm doing this task very well (to create rows with the received data dynamically). Now I'm trying to set some events in those rows, such as highlight them when user pass mouse over, and show specific information of a row in a other div when user click on it. I have to update a table with rows which have d