重庆分公司,新征程启航

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

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

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

名称栏目:用jQuery实现点击页面其他位置,关闭弹出框
网站URL:http://cqcxhl.com/article/geioig.html

其他资讯

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