You could also try $("TR").filter("*:nth-child(6n+1), *:nth-child(6n +2), *:nth-child(6n+3)").addClass("specialBackground")
Perhaps someone can offer a more concise alternative syntax to do that?! George On Mar 25, 3:16 pm, Leandro Vieira Pinho <[EMAIL PROTECTED]> wrote: > Hi guys, > I´m looking for a solution to apply a Zebra Table Effect considering 3 > rows a time instead 1.