/ Published in: JavaScript
Expand |
Embed | Plain Text
document.observe('dom:loaded', function(){ $$('table.stripe tr:nth-child(odd)').invoke("addClassName", "odd"); });
You need to login to post a comment.
shapeshifta on 01/20/10
2 people have marked this snippet as a favorite
document.observe('dom:loaded', function(){ $$('table.stripe tr:nth-child(odd)').invoke("addClassName", "odd"); });
You need to login to post a comment.