document.onclick =function(e){
        var target = e.target;
        var tc = target.className;
        if(tc.indexOf('ishow') ===-1){
            $('.apdetail').addClass('cross-hide');
        }
    }

 

相关文章:

  • 2021-12-05
  • 2022-01-08
  • 2021-11-15
  • 2022-12-23
  • 2021-09-26
  • 2021-09-14
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2021-12-08
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案