Jquery Hide table rows

Posted by tomasz on Stack Overflow See other posts from Stack Overflow or by tomasz
Published on 2010-05-22T17:32:03Z Indexed on 2010/05/22 17:40 UTC
Read the original article Hit count: 293

Filed under:

Hi there

I am hiding a bunch of textboxes and it works fine, the problem is, the textboxes are in a table, so I also need to hide the corresponding labels. the structure is something like this

<tr>
<td>
Label
</td>
<td>
InputFile
</td>
</tr>

in fact its just easier if I hide the rows that have a fileinput , can someone help please

© Stack Overflow or respective owner

Related posts about jQuery