分享一个可以自定义手机触屏滑动事件的方法,注意jQuery版本。
0、请不要问“在不在”之类的问题,有问题直接问!1、学生或暂时没有工作的童鞋,整站资源免费下载!2、¥9.9充值终身VIP会员,加我微信,826096331 拉你进VIP群学习!3、程序员加油,技术改变世界。在线 充值
<div class="swip_arrow" id="swip_arrow"></div>
.swip_arrow{
background: url("images/arrow_top.gif") no-repeat scroll 0 0; height: 3rem; width:5rem;position: fixed;left:46%;bottom:0
}
<script type="text/javascript" src="jquery.touchSwipe.min.js"></script>
$("#swip_arrow").swipe({
swipeStatus: function(event, phase, direction, distance, duration, fingerCount) {
location.href = 'http://www.erdangjiade.com';
}
});
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群