Return to Snippet

Revision: 22728
at January 20, 2010 10:13 by shapeshifta


Initial Code
document.observe('dom:loaded', function(){
    $$('table.stripe tr:nth-child(odd)').invoke("addClassName", "odd");
});

Initial URL


Initial Description


Initial Title
Zebra tables with Prototype

Initial Tags


Initial Language
JavaScript