touch触摸追加class,没有生效
touch testfunction touchs(event){ event.preventDefault(); var box = $("#box"); if(event.type=="touchstart"){ console.log('1'); $("#box").ad…
页面中使用了zepto的swipeLeft和swipeRight方法,上下滑动的时候也会误触发左右滑动事件
要实现的效果:右滑动切换到评价页面左滑动切换简介页面 // 切换 $(document).swipeLeft(function(){ $('.tab-title li').removeClass('on').eq(1).a…
关于百度团队的touch.js 事件代理下,点击监听元素的子元素,当前元素($(this))却不是监听元素
最近才开始使用touch.js,用的是百度团队的那个。使用中如下面的代码,如果我使用jquery,监听的是js_close,最终我们的this指向的是监听元素,无论是…
- 共 1 页
- 1