I know its an old problem and i found many ppl hav suggested some gud solutions..
still in my case it din work..
I have a row like
—-> this tr is in invisible mode.
<tr id="test" >
<td>
<table>
<tr></tr>
<tr></tr>
</table>
</td>
</tr>
So when i am applying slideUp/Down effect its working the same as show/hide() since it is row so animation is not supported.
So tried wrap it in div and do the same.But that also did the same as show/hide..
Any idea why so??or any solutions to this?
The fix for this is to wrap the content of element into a div and apply slideup/down on that.