I have a table generated by displaytags and it looks like below.
<tbody>
<tr class="coldata">
<td>02063873320</td>
<td>ORD81268679</td>
<td>80%</td>
<td>6</td>
<td>84070063962913</td>
<td><img src="xyz"/></td>
</tr>
<tr>
.
.
.
</tr>
Each row has an image in the last cell and when i click on the cell i want to call a Jquery function which will send the 5th cell's value in that row to an action class.
i want to know how to select the 5th cell and function to an action class. Can anyone suggest the selector and function to call action class