[jQuery] how to combine multiple filters in select?

[jQuery] how to combine multiple filters in select?


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