I am having a table that will be dynamically filled the structure is like this:
<table>
<tr>
<td> The </td><td> Fields </td><td> To </td><td>Be</td><td>visible</td>
</tr>
<tr>
and the same structure 2 times but it has to be hidable on load and and click and to show when clicked
</tr>
... the other trs ...
<table>
I want the second and third tds to slide down and up when I click the first td.
Update:
Go with the following: fiddle
JS: