單項選擇題以下not()方法使用正確的是()。

A.$("div").not(".div01")
B.not(".div01").$("div")
C.not("div:’div01’")
D.$("div").not()=="div01"


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下哪句可以獲取到class為“child";的元素的父級元素?()

A.$(".child:parent")
B.$(".child").parentNode()
C.$(".child"):parent
D.$(".child").parent()

2.單項選擇題關(guān)于mouseenter的說法,正確的是()。

A.與mouseenter效果相同
B.當(dāng)鼠標(biāo)指針進(jìn)入元素時,會發(fā)生mouseenter事件
C.和mouseover完全沒有區(qū)別
D.與mousemove效果相同