如题,多个div都添加的有onclick()方法,点击那个 则删除那个?我的怎么没效果啊?
声明:因为插件的原因无法使用$("x").clcik(function(){}); 方法!
JS:
//删除图片块
function delImgbox(e){
console.log( $(this));
$(this).parent("dt").parent(".Img_box").remove();
console.log($(this).parent("dt").parent(".Img_box"));
}
html:
幕布斯7119047
相关分类