How can I select nth < td > of a < tr > using jquery. Say, I want to select 3rd < td >
< td >
< tr >
$('#id td:nth-child(3)');
Like so for the 3rd.