多項選擇題正確的屬性操作有哪些?()

A.attr("title","第一個段落")
B.attr("title")
C.Attr("title")
D.removeAttr("title")


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題包裹節(jié)點可以用哪些方法?()

A.wrapAll()
B.wrap()
C.wrapInner()
D.insert()

2.多項選擇題插入節(jié)點可以用()方法實現(xiàn)。

A.insertBefore()
B.after()
C.remove()
D.append()

3.多項選擇題下列屬于:eq(index)與:nth-child(index)的區(qū)別的有()。

A.:eq(index)只匹配一個元素,而:nth-child(index)將為每一個符合條件的父元素匹配子元素
B.:eq(index)的index從0開始,而:nth-child(index)的index從1開始
C.:eq(index)的index從1開始,而:nth-child(index)的index從0開始
D.:eq(index)匹配多個元素,而:nth-child(index)將為每一個符合條件的父元素匹配子元素

4.多項選擇題下列屬于表單選擇器有()。

A.$(":button")
B.$(":checkbox")
C.$(":input")
D.$(":fileset")

5.多項選擇題以下屬于屬性選擇器的是()。

A.$("input:name==a")
B.$("div[name=’a1’]")
C.$("span[name!=’a1’]")
D.$("p[name^=’a1’]")