advanced code snippet search
beso on 11/05/10
css class table row alternate
11/05/10 09:40pm
1 person have marked this snippet as a favorite
maltem
$("tr:nth-child(odd)").addClass("odd");
Report this snippet Tweet
Comment:
You need to login to post a comment.