1. 引入百度静态公共资源库
  2. <script type='application/javascript' src='http://apps.bdimg.com/libs/fastclick/1.0.0/fastclick.min.js'></script>  
  3. 使用jquery
  4. 1 $(function() {  
    2     FastClick.attach(document.body);  
    3 });  

     

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-11-19
  • 2021-10-19
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-11-30
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2022-02-03
相关资源
相似解决方案