jquery.event.swipe icon indicating copy to clipboard operation
jquery.event.swipe copied to clipboard

jQuery custom events swipeleft, swiperight, swipeup and swipedown

Results 13 jquery.event.swipe issues
Sort by recently updated
recently updated
newest added

Hi, It took me a bit of time to verify the swipe or scroll math in `index.html` before using it in my code. If I understand the formula correctly, you're...

From: https://github.com/stephband/jquery.event.swipe/blob/master/index.html#L31-L33 ``` html ``` Missing css in the href's? are really needed?

Ignore node modules folder in git since these dependencies don't need to be committed because they are meant to be installed by npm. When I do npm install, the git...