A.$("#div1").on("click")
B.$("#div1").next().on("click")
C.$("#div1").siblings().on("click")
D.$("#div1").find("*").on("click")
您可能感興趣的試卷
你可能感興趣的試題
A.$(document).bind("keyup")
B.$(document).bind("mouseup")
C.$(document).bind("click")
D.$(document).on("load")
A.$.fn.demo=function(){}
B.$.exent("demo")
C.$.event="demo"
D.$.demo
的打印結(jié)果是()。
A.pic
B.undefined
C.img
D.程序報錯
A.$("select").filter("option:selected")
B.$("select").find("option:selected")
C.$("select").is("option:selected")
D.$("select").has("option:selected")
A.next()
B.siblings()
C.nextAll()
D.prev()
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
JavaScript 中,用于處理日期和時間的對象是()
在HTML 中,用于存儲大量客戶端數(shù)據(jù)的方法是使用()
Math 對象用來把數(shù)四舍五入為最接近的整數(shù)的方法是()
下列存儲客戶端數(shù)據(jù)的方法中,存儲效率最低的是使用()
關(guān)于Array 對象,下列哪項說法不正確()
用于表示窗口的瀏覽歷史的對象是()
下列關(guān)于IndexedDB 數(shù)據(jù)庫的說法中,錯誤的是()
用來向數(shù)組的末尾添加一個或多個元素,并返回新的長度的方法是()
當(dāng)用戶在頁面上移動鼠標(biāo)時,會不斷觸發(fā)事件()
下列存儲客戶端數(shù)據(jù)的方法中,使用異步技術(shù)的是使用()