Skip to content

ljlstc123456/pctouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pctouch 为 Web网页 特别设计的鼠标手势事件监听器

概述

通常我们用到最多的是移动端手势,网上也有诸多三方组件,但是往往web端没有对应的鼠标模拟手势。pctouch就是这么一个鼠标模拟手势小插件,包含singleTaplongTapswipeLeftswipeRightswipeUpswipeDown等常用的手势事件。

使用

引入pctouch.js
$("#test").pctouch("swipeRight",function(e){
    alert("你是往右滑的吧") ;
}) ;
$("#test").pctouch("swipeLeft",function(e){
    alert("你是往左滑的吧") ;
}) ;
$("#test").pctouch("swipeUp",function(e){
    alert("你是往上滑的吧") ;
}) ;
$("#test").pctouch("swipeDown",function(e){
    alert("你是往下滑的吧") ;
}) ;

License

The MIT License(http://opensource.org/licenses/MIT)

请自由地享受和参与开源

About

pc端通过鼠标模拟手势效果

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published