$(”tr:odd”).css(”background-color”, “#bbbbff”);
Will apply background-color in odd <td> ’s of table .
Tag: apply css in odd childs of parent
$(”tr:odd”).css(”background-color”, “#bbbbff”);
Will apply background-color in odd <td> ’s of table .
© PHPInterviewQuestion.com 2009 - 2010