jquery新添加元素无法删除

$("body").on('click',".delic",function(){

$(this).parent().remove();
})

posted @ 2019-02-14 16:30  惑心  阅读(512)  评论(0)    收藏  举报