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