I have this code in jQuery:
children('table').children('tbody').children('tr').children('td')
Which gets all table cells for each row. My question is: how can I get the text value in each cell in each row?
Should I use .each() to loop trough all children('td')? How can I get the text value of each td?
 
     
     
     
     
     
     
     
    