摘要: 最近做了个碰到了用zepto 绑定tap事件 执行两次本人使用 通过定时器 来解决 代码如下:$(function(){ var temp=0; $('.xx').bind('tap',function(){ temp++; if(temp==1){ setTim... 阅读全文
posted @ 2015-09-28 16:47 walure 阅读(739) 评论(0) 推荐(0)