search for: testrow1

Displaying 1 result from an estimated 1 matches for "testrow1".

Did you mean: testrow
2006 Feb 16
0
Blind effect and tables
...id="item2">fred was here</li> </ol> <a href="#" onclick="new Effect.BlindDown($(''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($('...