iphone点击事件不触发

在js代码的上方加上红色这部分,添加一个触发监听事件

$(function(){
   document.body.addEventListener('touchstart',function(){ }); 
)};

 

posted @ 2017-07-05 17:46  javenLee  阅读(432)  评论(0编辑  收藏  举报