需要添加触摸事件吗?

时间:2017-11-20 19:07:22

标签: javascript events mobile touch

所以我在添加触摸事件时遇到了一些麻烦,所以我可以让这个页面滑块工作。它适用于滚动鼠标和键,但不适用于移动触摸。请参阅codepen链接中的代码....

<p data-height="265" data-theme-id="0" data-slug-hash="EyLWKg" data-default-tab="js,result" data-user="WispProxy" data-embed-version="2" data-pen-title="Gray & White - Skewed Slider with Scrolling" class="codepen">See the Pen <a href="https://codepen.io/WispProxy/pen/EyLWKg/">Gray & White - Skewed Slider with Scrolling</a> by Victor Belozyorov (<a href="https://codepen.io/WispProxy">@WispProxy</a>) on <a href="https://codepen.io">CodePen</a>.</p>

1 个答案:

答案 0 :(得分:1)

  1. 确保您拥有JQuery
  2. 将此添加到您的JS文件

    $('.codepen a').on('click touch',function(){ 
      $('.codepen a').click(); 
     });