A.$("#demo").animate({opacity:0},200) B.$("#demo").fadeOut("fast") C.$("#demo").animate({height:0},300) D.$("#demo").fadeTo("fast",0)
A.300 B.slow C.fast D.normal
A.hide() B.css() C.show() D.slideDown()