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