Search code examples
jqueryslidedownslideup

jquery slideUp/slideDown functions not animating


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?


Solution

  • 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.