$(document).bind("click", function (e){
if ( $((e.target || e.srcElement)).closest("#self_dialog_box,.notice_self").length == 0)
{
$('#self_dialog_box').hide();
$('.self_dialog_tip').hide();
}
});
點擊不是綁定的區域 讓綁定的區域隱藏!!!
