ios 用touchend事件 pc用click touchend击穿

var clickEvent = (function() {
if ('ontouchend' in document.documentElement === true)
return 'touchend';
else
return 'click';
})();

击穿 用延迟300秒隐藏

$('.tip_page').fadeOut(300,function(){
  xxxxxxxxx
})

posted @ 2019-01-05 15:11  盖大楼  阅读(615)  评论(0编辑  收藏  举报