/ Published in: JavaScript
Expand |
Embed | Plain Text
$('.yourclass tr:odd').css('background','#color');
You need to login to post a comment.
zreedeecom on 10/18/10
1 person have marked this snippet as a favorite
$('.yourclass tr:odd').css('background','#color');
You need to login to post a comment.