How can i get all TD data upon clicking on a TR with Jquery
- by KillerFish
Hi friends,
I am having a table with multiple rows and i want to get all the TD data after clicking on a particular ROW.
My Table is
<table>
<tr class="person">
<td class="id">1900</td>
<td class="name">John</td>
<td class="gender">Male</td>
</tr>
<tr class="person">
…