ID with id tr
Set the background color of the currently selected row, and set the background of other rows to another color
$('#id').css("background-color", "#e5e5e5").siblings().css("background-color", "#FFFFFF");
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn