Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

alternate color to table row jquery

$("tr:even").css("background-color", "#eeeeee");
$("tr:odd").css("background-color", "#ffffff");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #alternate #color #table #row #jquery
ADD COMMENT
Topic
Name
5+4 =