Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

kevinoo/swipeMultiTouch.jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swipeMultiTouch.jquery

Plugin of jQuery, it can call a callback when a swipe multitouch event done

Example:

$('#target').swipeMultiTouch(function( event ){
  	$(event.target).text( '[swipeMultiTouch] with '+ event.number_touches +' fingers!!!');
});

About

Plugin of jQuery, it can call a callback when a swipe multitouch event done

Resources

Stars

Watchers

Forks

Packages

No packages published