在jQuery中,移除节点类名为"box"下的div元素的方法是()
A.$(".boxdiv").remove();
B.$(".boxdiv").empty();
C.$("div").innerhtml("");
D.$("div").innerHTML="";
正确答案:A
猜你喜欢