单项选择题
A.$(’.test’) B.$(’div#test’) C.$(’div.test’) D.$(’div’)
下列哪些是正确的jQuery选择器?()A.$(’#test’)B.$(’*#test.test1’)C.$(...
多项选择题下列哪些是正确的jQuery选择器?()
A.$(’#test’) B.$(’*#test.test1’) C.$(’*’)
下列哪个是jQuery中用来追加到指定元素末尾的方法?()A.appendToB.insertAfterC.a...
单项选择题下列哪个是jQuery中用来追加到指定元素末尾的方法?()
A.appendTo B.insertAfter C.after D.append
jQueryAjax中支持哪些数据类型?()A.xmlB.htmlC.jsonD.jsonp
多项选择题jQueryAjax中支持哪些数据类型?()
A.xml B.html C.json D.jsonp