On most of tables, or anything that has lot of data rows, I have seen that when something is edited that row becomes yellow for a while and then after a while goes back to its normal state.
I have a data table with about 500 rows. User can click edit on anything, edit that row on a new page, and come back to page with all 500 rows. When user comes back to page with 500 rows I want to make the last edited row highlight for a while.
I know we can use addCss but how will I remove the css after a while?
can someone who has done this please suggest a way or show an example?
I am doing this but getting a JS error:
$('#'+test).effect("highlight", {}, 3000);
where '#'+test
is a id
of a tr