触摸事件

Touch 事件在用户触摸屏幕(页面)时触发。

touchstart( )
用法如下:

$("id").on("touchstart",function(){}

touchmove( )
touchend( )

若在pc端,则使用
mouseover( )
mousemove( )
mouseout( )

你可能感兴趣的:(事件,touch,触摸,触摸屏)