Swipe
Swipe copied to clipboard
Added "disableTouch" option to ignore touches, allowing use as a simple "slideshow"
var x = Swipe(document.getElementById("foo"), {
disableTouch : true
});
"touchstart", "touchEnd" and "TouchMove" are disabled when the "disableTouch" flag is specified as false. If "true" or "undefined" touch is enabled