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