重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

用jQuery实现点击页面其他位置,关闭弹出框

$(document).click(function (e) {
    var drag = $("#drag"),
        dragel = $("#drag")[0],
        target = e.target;
    if (dragel !== target && !$.contains(dragel, target)) {
        drag.hide();
    }
});

网站题目:用jQuery实现点击页面其他位置,关闭弹出框
文章分享:http://cqcxhl.cn/article/geioig.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP