[jQuery] Re: jQuery 1.3.2 breaks tablesorter zebra, here's a fix

2009-04-13 Thread Gregory Foster
You guys rock, thanks for the fix. I ran into the same code as zaylril in Tablesorter 2.03. gf

[jQuery] Re: jQuery 1.3.2 breaks tablesorter zebra, here's a fix

2009-03-23 Thread zayl...@googlemail.com
Thanks for this although this looked slightly different on mine and never had the .each loop $("tr:visible",table.tBodies[0]) .filter(':even') .removeClass(table.config.widgetZebra.css[1]).addClass (table.config.widgetZebra.css[0]) .