jquery 删除节点?

<divid="test"><div><spanclass="abc">AAA</span></div><div><spanclass="abc">BBB</span><... <div id="test">
<div><span class="abc">AAA</span></div>
<div><span class="abc">BBB</span></div>
</div>
$("#test .abc").click(function(){
$("#test").remove($("this").parent());
})
报错,想删除掉点击的<div><span class="abc">BBB</span></div>
c.replace is not a function
...{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAt...
jquery-1.7.2-min.js第3行
展开
 我来答
匿名用户
2012-06-29
展开全部
$("this").parent().remove();

参考资料: http://www.w3school.com.cn/jquery/manipulation_remove.asp

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式