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