I believe you can put both of those in the selector, one following the
other:

var odd_visible_rows = $('table tbody tr:visible:odd');

-Hector


On Mon, Nov 10, 2008 at 8:20 PM, Jake <[EMAIL PROTECTED]> wrote:

>
> eg. to select all the table rows in tbody that is both visible and
> odd. how to put tr:visible and tr:odd together?
>

Reply via email to