Class example

j('*').css('backgroundColor','white');
j('th:contains("Midterm")').css('backgroundColor','yellow');
j('th:contains("Final")').css('backgroundColor','yellow');

Comments are closed.