Here's the table:
<tr>
<td id="test123" align="center" rowspan="6" style="padding-right:50px;padding-left:20px;">test123</td>
<td rowspan="6">
<td rowspan="6">
<td rowspan="6">
<td rowspan="4" style="display: none;">
<td colspan="9">
</tr>
<tr> <---- HIDE THIS ROW
I know how to select the id=test123 and how to hide rows using .parent and jQuery, but how do you hide something below the selector you're using?
$("#test123").parent().next()