Displaying 1 result from an estimated 1 matches for "testrow2".
Did you mean:
testrow
2006 Feb 16
0
Blind effect and tables
...($(''item2''));">click</a>
However the same thing with a table does not produce the same effect:
<table>
<tr id="testrow1"><td>scott</td><td>walter</td></tr>
<tr style="display:none;" id="testrow2"><td>scott</td><td>walter</td></tr>
</table>
<a href="#" onclick="new Effect.BlindDown($(''testrow2''));">click</a>
With the list version the row will be hidden and then blind down to have an flui...