单项选择题
A.$(document).bind("keyup") B.$(document).bind("mouseup") C.$(document).bind("click") D.$(document).on("load")
定义一个jQuery插件函数正确的写法是()。A.$.fn.demo=function(){}B.$.exen...
单项选择题定义一个jQuery插件函数正确的写法是()。
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")