Jquery multi criteria selector

Jquery multi criteria selector

I need to write a query that selects any <tr> that has <td class="one"></td> and a <td class="two"></td>

Please point me in the right direction.

Thanks