A.$("div").each(function(){})
B.$.each($("div"),function(){})
C.each(i=0;i<$("div").length;i++){}
D.each($("div"),function(){})
您可能感興趣的試卷
你可能感興趣的試題
A.css屬性對象
B.回調(diào)函數(shù)
C.動畫執(zhí)行速度
D.停止動畫
A.$("#wrap").animate({height:"show"},300)
B.$("#wrap").slideDown(300)
C.$("#wrap").fadeOut()
D.$("#wrap").animate({height:0},300)
A.toggle()
B.toggleShow()
C.fadeToggle()
D.slideToggle()
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
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
用來向數(shù)組的末尾添加一個或多個元素,并返回新的長度的方法是()
通過標(biāo)簽名獲取某節(jié)點可以使用哪個方法?()
DOM 中,創(chuàng)建新的屬性節(jié)點的方法是()
關(guān)于Array 對象,下列哪項說法不正確()
通過ID 獲取某節(jié)點可以使用哪個方法?()
Function 對象屬于()
下列存儲客戶端數(shù)據(jù)的方法中,存儲時間最短的是使用()
Document 對象屬于()
DOM 中,創(chuàng)建新的文本節(jié)點的方法是()
HTML 中,獲取父節(jié)點可以使用屬性()