Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery get second td of tr

$(this).closest('tr').find('td:nth-child(2)').text()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #td #tr
ADD COMMENT
Topic
Name
7+3 =