Fork me on GitHub

08 2016 档案

摘要:对于移动端的触摸事件,我们通过touchstart、touchmove、touchend实现,PC端一般使用mousedown、mousemove、mouseup实现。 我们获取事件坐标,原生js获取方式 jQuery获取方式 其中关于touch触摸事件的触摸列表: touches :当前位于屏幕上 阅读全文
posted @ 2016-08-08 14:49 Chris-dc 阅读(4906) 评论(0) 推荐(1)