單項選擇題定義一個jQuery插件函數(shù)正確的寫法是()。

A.$.fn.demo=function(){}
B.$.exent("demo")
C.$.event="demo"
D.$.demo


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題

的打印結(jié)果是()。

A.pic
B.undefined
C.img
D.程序報錯

2.單項選擇題想要獲取到select元素內(nèi)被選中的option元素,以下書寫正確的是()。

A.$("select").filter("option:selected")
B.$("select").find("option:selected")
C.$("select").is("option:selected")
D.$("select").has("option:selected")

3.單項選擇題jQuery中的加號選擇器相當(dāng)于以下哪個方法?()

A.next()
B.siblings()
C.nextAll()
D.prev()

5.單項選擇題()方法可以使元素重復(fù)切換樣式?

A.className()
B.addClass()
C.toggleClass()
D.removeClass()