jQuery(
    // We count at 0 and call it 'even'
    function() { jQuery('tr:even', jQuery('table')).addClass('odd'); }
);
