$(document).mouseup(function(e){
var _con = $('#yrdy'); // 設定目标區域
if(!_con.is(e.target) && _con.has(e.target).length === 0){ // Mark 1
功能區
}
});
$(document).mouseup(function(e){
var _con = $('#yrdy'); // 設定目标區域
if(!_con.is(e.target) && _con.has(e.target).length === 0){ // Mark 1
功能區
}
});