单项选择题
A.$.fn.demo=function(){} B.$.exent("demo") C.$.event="demo" D.$.demo
的打印结果是()。A.picB.undefinedC.imgD.程序报错
的打印结果是()。
A.pic B.undefined C.img D.程序报错
想要获取到select元素内被选中的option元素,以下书写正确的是()。A.$("select").fil...
单项选择题想要获取到select元素内被选中的option元素,以下书写正确的是()。
A.$("select").filter("option:selected") B.$("select").find("option:selected") C.$("select").is("option:selected") D.$("select").has("option:selected")
jQuery中的加号选择器相当于以下哪个方法?()A.next()B.siblings()C.nextAll(...
单项选择题jQuery中的加号选择器相当于以下哪个方法?()
A.next() B.siblings() C.nextAll() D.prev()