Skip to content

Instantly share code, notes, and snippets.

@kowach
kowach / swipePlug.js
Last active August 29, 2015 14:05 — forked from localpcguy/swipeFunc.js
/**
* swipeFunc as plugin
*/
(function($) {
$.swipePlug = function(element, options) {
var defaults = {
touchstart: {x:-1, y:-1},
touchmove : {y:-1, y:-1},