A.attr("title","第一個(gè)段落")
B.attr("title")
C.Attr("title")
D.removeAttr("title")
您可能感興趣的試卷
你可能感興趣的試題
A.wrapAll()
B.wrap()
C.wrapInner()
D.insert()
A.insertBefore()
B.after()
C.remove()
D.append()
A.:eq(index)只匹配一個(gè)元素,而:nth-child(index)將為每一個(gè)符合條件的父元素匹配子元素
B.:eq(index)的index從0開(kāi)始,而:nth-child(index)的index從1開(kāi)始
C.:eq(index)的index從1開(kāi)始,而:nth-child(index)的index從0開(kāi)始
D.:eq(index)匹配多個(gè)元素,而:nth-child(index)將為每一個(gè)符合條件的父元素匹配子元素
A.$(":button")
B.$(":checkbox")
C.$(":input")
D.$(":fileset")
A.$("input:name==a")
B.$("div[name=’a1’]")
C.$("span[name!=’a1’]")
D.$("p[name^=’a1’]")
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
用于獲取用戶(hù)屏幕設(shè)置的相關(guān)信息的對(duì)象是()
下列關(guān)于IndexedDB 數(shù)據(jù)庫(kù)的說(shuō)法中,錯(cuò)誤的是()
JavaScript 中可以把字符串分割成字符串?dāng)?shù)組的方法是()
用于表示窗口的瀏覽歷史的對(duì)象是()
JavaScript 中,用于處理日期和時(shí)間的對(duì)象是()
下列存儲(chǔ)客戶(hù)端數(shù)據(jù)的方法中,存儲(chǔ)時(shí)間最短的是使用()
HTML 中,獲取父節(jié)點(diǎn)可以使用屬性()
Document 對(duì)象屬于()
通過(guò)form 元素訪問(wèn)節(jié)點(diǎn)可以使用哪個(gè)方法?()
HTML 中,獲取某節(jié)點(diǎn)之前的兄弟節(jié)點(diǎn)可以使用屬性()