id為tr的ID
設置當前選擇行背景色,同時置其他行背景為另一種顏色. 代碼如下:$('#id').css("background-color", "#e5e5e5").siblings().css("background-color", "#FFFFFF");