點擊空白處關閉

//點擊空白處關閉
    $(document).mouseup(function(e) {
        var _con = $('.ic_third'); // 設置目標區域
        if(!_con.is(e.target) && _con.has(e.target).length === 0) {
            $('.positionBox').hide();
        }
    });
相關文章
相關標籤/搜索