Usage:
swipe(element,options)
- activate swipe on specified element
swipe(options);
- activate swipe on document
Options:
minDistance
- int
- minimum distance between touch start and end positions
onSwipeLeft
- function
- handler for swipe left
onSwipeRight
- function
- handler for swipe right
onSwipeUp
- function
- handler for swipe up
onSwipeDown
- function
- handler for swipe down