这是一段移动端的代码 求大神给讲解一下JS是怎么实现触摸事件的
点触事件
body{
background-color:#666;
}
.dot{
width:60px;
height:60px;
background-color:#FFF;
border-radius:50%;
position:absolute;
} |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|
三个事件:touchstart, touchmove, touchend |
|
|
|
|