码迷,mamicode.com
首页 > 其他好文 > 详细

mousedown、mousemove、mouseup和touchstart、touchmove、touchend

时间:2017-11-20 14:39:17      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:相对   作用   start   star   tar   code   event   style   span   

拖动时候用到的三个事件:mousedownmousemovemouseup在移动端都不起任何作用。毕竟移动端是没有鼠标的,查资料后发现,在移动端与之相对应的分别是:touchstarttouchmovetouchend事件。还有一点要注意的是在PC端获取当前鼠标的坐标是:event.clientXevent.clientY,在移动端获取坐标位置则是:event.touches[0].clientXevent.touches[0].clientY

mousedown、mousemove、mouseup和touchstart、touchmove、touchend

标签:相对   作用   start   star   tar   code   event   style   span   

原文地址:http://www.cnblogs.com/520BigBear/p/7865877.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!