[jquery] 遮罩弹窗,点击遮罩弹窗自动隐藏
$("#id_sign_forbidden_win .c-content").click(function(event){ event.stopPropagation(); // 阻止点击事件的冒泡 }); $("#id_sign_forbidden_win").bind("click" , function(eventBody){ $("#id_sign_forbidden_win").hide(); });
posted on 2016-01-13 20:17 smelikecat 阅读(434) 评论(0) 编辑 收藏 举报