A.toggle() B.toggleShow() C.fadeToggle() D.slideToggle()
A.getsomputedstyle() B.getComputedStyle() C.currentstyle D.currentStyle
A.$("div").each(function(){}) B.$.each($("div"),function(){}) C.each(i=0;i<$("div").length;i++){} D.each($("div"),function(){})
A.animate() B.slideDown() C.fadeToggle() D.slideToggle()
A.div B.aside C.article D.section
A.和on()沒什么區(qū)別 B.可以刪除已綁定的事件 C.給元素綁定一次性事件 D.可以代替live()使用
A.提高開發(fā)人員編寫代碼的速度 B.使代碼能夠重復(fù)使用 C.方便后期維護 D.提高開發(fā)效率
A.a~b B.a+b C.a>b D.a b