控制台报错 Uncaught TypeError: $(...).tap is not a function

使用zepto时控制台报错

 Uncaught TypeError: $(...).tap is not a function

我加载了以下插件

<script src="js/zepto.js"></script>
<script src="js/event.js"></script>
<script src="js/touch.js"></script>
<script src="js/jquery-1.10.2.js"></script>
jquery-1.10.2.js插件删除即可正常使用
原文地址:https://www.cnblogs.com/zhonglinfeng666/p/11631700.html