get nth td of tr jquery code example Example: jquery get second td of tr $(this).closest('tr').find('td:nth-child(2)').text()