删除不了添加的文件
$("#attachList>.attachItem").find("a").live('click',function(obj,i){
$(this).parents('.attachItem').prev('input').remove();
$(this).parents('.attachItem').remove();
});
这行代码一直报错
$("#attachList>.attachItem").find("a").live('click',function(obj,i){
$(this).parents('.attachItem').prev('input').remove();
$(this).parents('.attachItem').remove();
});
这行代码一直报错
2019-05-26
举报