jquery get second td of tr

JavaScript
$(this).closest('tr').find('td:nth-child(2)').text()

Source

Also in JavaScript: