标签:default color als nbsp listen body prevent chm add
需要阻止浏览器默认滑动的事件
document.addEventListener(‘touchmove‘, function (event) { event.preventDefault(); }, false); $(‘body‘).swipeUp(function(){ console.log(‘上滑‘); });
标签:default color als nbsp listen body prevent chm add
原文地址:http://www.cnblogs.com/superlizhao/p/7976163.html