I have the following code, I want to find the closest tr element
but it didn't work.(returns undefined) But I can get closest 'ul
', 'li
' without problem . Any help is greatly appreciated. Thanks
I have added the actual html code below
HTML
<tr>
<td>
.......want to find something here
</td>
<td class="some class name">
<div align="right" class="number">
<div>
<a class="hover" href="#"><img src="preview.jpg" width="24px" height="24px"></a>
</div>
</div>
</td>
</tr>