$(".model-full,.close-model").on("touchend",function(e){ if(e.target==this){ $(".model-full").fadeOut(); $(".ctm-container,.close-model").hide(); $('#css').remove(); } });
效果图:
元素css:
现在点击.ctm-container还是会隐藏.model-full和.ctm-container,为什么用了e.target还是没用,以前电脑端上用这个方法都是可行的。有谁知道是什么原因呢?求解决方案,谢谢!
不是冒泡问题。a链接刷新了页面。。。