Acccess nth:tr or nth:td of table in Jquery | Techbirds
Some times we got a situation in which we have to access some specific table row of the table. We can achieve this through Jquery. To access nth row Some Text Here $(‘#firstTable tbody tr:nth-child(3).html(‘ Some Text Here To access nth table data of table $(‘#first_Table tbody tr).find(‘td:nth-child(2)’); $(‘#first_Table tbody tr).find(‘td:nth-child(2)’); To access each row