briangonzalez / jquery.pep.js

👟 Pep, a lightweight plugin for kinetic drag on mobile/desktop
http://pep.briangonzalez.org
1.3k stars 178 forks source link

prevent click while drag button issue #182

Closed ghost closed 7 years ago

ghost commented 8 years ago

$('.testbutton').pep({ constrainTo: 'window', drag: function(el) { $(el).click(function(event){ event.preventDefault(); }); } });