jQuery swipe events for browsers w/ touch event support.
- Currently it's just a quick dirty script that handles one-finger swipe events
- Currently doesn't support method shorthands (i.e.
.click()) - Currently doesn't pass any additional data to the event object
swipeleft, swiperight, swipeup, swipedown
$(document).on("swipeleft swiperight swipeup swipedown", function() {
alert("swiped")
})