设置元素的多个属性值时,attr()方法会接受的参数是
A. 对象
B. 数组
C. 字符串
D. 集合
下面选项中,不是jQuery访问的方法的
A. each(callback)
B. size()
C. index()
D. length()
DOM加载完成后要执行的函数,下面那个是正确的
A. jQuery(expression,[context])
B. jQuery(html,[ownerDocument])
C. $(callback)
D. jQuery(Elements)
在jQuery操作元素位置中,用()来获取距离匹配元素最近的含有定位信息的元素。
A. offset()
B. offsetParent()
C. position
D. scroll()