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