相关考题
-
单项选择题
下列代码能够正确找到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
