Return to Snippet

Revision: 275
at July 8, 2006 11:52 by walepinski


Initial Code
function stripTables(){
     // select all table elements, select all tr elements and apply the css { background : color }
     $('table').find("tr:odd").css({ background : "#f6f6f6" });
}

Initial URL


Initial Description
StripTables Script.
Need jQuery Framework : http://jquery.com/

Initial Title
[ jQuery ] StripTables

Initial Tags
jquery

Initial Language
JavaScript