looking at how i can highlight a table row after dynamically adding it with jquery my code seems to be adding the row with no problems, but its not highlighting the correct row<
You have to add css in effects like follow:
$('#opponents tr:last').after('datamore data').effect("highlight", {color:'#ff0000'}, 3000);