[jQuery] Working with elements relative to others

[jQuery] Working with elements relative to others

Hi,
I've been trying to solve the following problem:
<table>
<tr>
<td><a href="#">Hide next tr</a></td>
</tr>
<!-- hide start -->
<tr>
<td>...</td>
</tr>
<!-- hide stop -->
<tr>
<td>...</td>
</tr>
<tr>
<td>...</td>
</tr>
</table>
When I click the link, I want jQuery to hide the next <tr>-element (the
first <tr>-element after the one containing the clicked link).
To me, it sounds like a fairly simple task, but I just can't figure out
how to accomplish it.
Any ideas?
Best regards,
Søren Haagerup
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/