jquery.swipetouch:Lightweit和高性能jQuery插件,可处理触摸,滑动和单击事件

时间:2024-06-15 12:41:04
【文件属性】:

文件名称:jquery.swipetouch:Lightweit和高性能jQuery插件,可处理触摸,滑动和单击事件

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-15 12:41:04

JavaScript

jQuery.swipetouch 轻巧,高性能的jQuery插件,可处理触摸,滑动和单击事件。 该库使您可以独立处理鼠标和触摸事件。 用法 $(“#my_elem”)。swipeTouch(handlers / options)-将事件处理程序附加到元素。 $(“#my_elem”)。swipeTouchStop()-从元素分离事件处理程序。 例子 将swipeLeft和swipeRight事件处理程序附加到阈值选项设置为40px的元素。 $ ( "#my_elem" ) . swipeTouch ( { swipeLeft : function ( ) { alert ( "Swiped left!!!" ) } , swipeRight : function ( ) { alert ( "Swiped right!!!" ) } , threshold


【文件预览】:
jquery.swipetouch-master
----jquery.swipetouch.js(4KB)
----LICENSE(1KB)
----jquery.swipetouch.min.js(2KB)
----demo.html(3KB)
----README.md(1KB)
----bower.json(649B)

网友评论