摘要: 前提:touchstart,touchmove,touchend这三个事件可以通过原生和jq绑定。 原生:document.querySelector("#aa").addEventListener('touchmove', function(){...}); jq: $(".aa").on("to 阅读全文
posted @ 2017-03-28 20:21 每天都要学进去一些 阅读(17413) 评论(0) 推荐(0) 编辑