Id is the id of tr
Sets the current selected row background color and sets the other row backgrounds to a different color
$('#id').css("background-color", "#e5e5e5").siblings().css("background-color", "#FFFFFF"); Id is the id of tr
Sets the current selected row background color and sets the other row backgrounds to a different color
$('#id').css("background-color", "#e5e5e5").siblings().css("background-color", "#FFFFFF");