id为tr的ID
设置当前选择行背景色,同时置其他行背景为另一种颜色
$('#id').css("background-color", "#e5e5e5").siblings().css("background-color", "#FFFFFF");