$(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();
    }
});

点击不是绑定的区域  让绑定的区域隐藏!!!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-10-06
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案