Untested:

$('tr').filter(function(position) { return position % 3 == 0; });

--Erik

On 7/30/07, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote:
>
>
> What would be the jQuery way of doing tr[position() mod 3 = 0] ?
>
> Thank you!
>
>

Reply via email to