jquery slideUp/slideDown functions not animating

TH1981 picture TH1981 · Aug 2, 2011 · Viewed 17.2k times · Source

I'm having trouble with .slideup() and .slideDown()

have a look at the following JSFiddle: http://jsfiddle.net/7se2r/4/

Although the row is appearing and disappearing, I'm not seeing the animation of sliding up or down. any clue as to what I'm doing wrong?

Answer

11101101b picture 11101101b · Aug 2, 2011

With "tbody" you can use .show("slow") and .hide("slow"), but you can't do the sliding animation.

Sliding will work if you try it on a "div" for example.