is it possible to find the next tr from td using next() or any other
events.

<table>
<tr id=1><td></td>....<td>Show</td></tr>
<tr id=2><td></td>....<td></td></tr>
..........
.........
</table>

so when i click at "Show" i need its immediate tr, in this case tr
with id 2 to hide/show

Reply via email to