页面中有如下代码:
hello jQuery使用下列jQuery代码:alert($('#d1').html());alert($('#d1').text());弹出框上显示的内容为()。
A. 分别弹出 hello jQuery和hello jQuery
B. 分别弹出hello jQuery和hello jQuery
C. 分别弹出hello jQuery和hello jQuery
D. 分别弹出hello jQuery和hello jQuery
A. $("a").attr("title").val();
B. $("
C. a").attr("title");
D. $("a").attr("title").value;
E. $("a").attr("title");
在jQuery中,如果要从DOM中删除所有匹配的元素,使用的是()方法。
A. delete()
B. remove()
C. empty()
D. removeAll()