单项选择题
下列代码能够正确找到id为test的div元素的代码是?(其中$为jQuery)()
A.$(’.test’)
B.$(’div#test’)
C.$(’div.test’)
D.$(’div’)
点击查看答案
相关考题
-
多项选择题
下列哪些是正确的jQuery选择器?()
A.$(’#test’)
B.$(’*#test.test1’)
C.$(’*’) -
单项选择题
下列哪个是jQuery中用来追加到指定元素末尾的方法?()
A.appendTo
B.insertAfter
C.after
D.append -
多项选择题
jQueryAjax中支持哪些数据类型?()
A.xml
B.html
C.json
D.jsonp
