SyntaxFix
Write A Post
Hire A Developer
Questions
.highlight { background-color: papayawhip; }
$("#table tr").click(function() { $("#table tr").removeClass("highlight"); $(this).addClass("highlight"); });