Terran
12-29-2010, 11:45 AM
Having problems sliding a table row using scriptaculous. Using the code new Effect.SlideUp('test1');, the table row gets hidden but without the animation effects.
While trying to research this, I saw a post in stackoverflow and someone said it's really hard to create animated effect for table rows. There's a solution there but it's for jQuery.
Another solution is probably to use <div id="test1"> inside the <tr> instead but that creates XHTML error.
Code for table table row:
<tr id="test1"><td>Hello World!</td></tr>
While trying to research this, I saw a post in stackoverflow and someone said it's really hard to create animated effect for table rows. There's a solution there but it's for jQuery.
Another solution is probably to use <div id="test1"> inside the <tr> instead but that creates XHTML error.
Code for table table row:
<tr id="test1"><td>Hello World!</td></tr>