單項(xiàng)選擇題以下添加鍵盤事件代碼正確的是()。

A.$(document).bind("keyup")
B.$(document).bind("mouseup")
C.$(document).bind("click")
D.$(document).on("load")


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題定義一個(gè)jQuery插件函數(shù)正確的寫(xiě)法是()。

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

2.單項(xiàng)選擇題

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

A.pic
B.undefined
C.img
D.程序報(bào)錯(cuò)

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

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

4.單項(xiàng)選擇題jQuery中的加號(hào)選擇器相當(dāng)于以下哪個(gè)方法?()

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