单项选择题
A.$("p").parent() B.$("p").parent(".selected") C.$("p").parent("selected") D.$("p").parentAll(".selected")
通过()方法获得集合中每个匹配元素的祖先元素。A.closest()B.parent()C.parentAll...
单项选择题通过()方法获得集合中每个匹配元素的祖先元素。
A.closest() B.parent() C.parentAll() D.parents()
火狐浏览器获取非style中的元素样式可以用()属性。A.getsomputedstyle()B.getCom...
单项选择题火狐浏览器获取非style中的元素样式可以用()属性。
A.getsomputedstyle() B.getComputedStyle() C.currentstyle D.currentStyle
通过style方式设置样式,样式的属性格式是()。A.大写B.驼峰写法C.小写D.横杠相连
单项选择题通过style方式设置样式,样式的属性格式是()。
A.大写 B.驼峰写法 C.小写 D.横杠相连