vaidik / jquery-longpress

A jQuery plugin that makes it easy to support long press events on mobile devices and desktop borwsers.
64 stars 23 forks source link

Add detection of mouse move on non-touch browsers #2

Closed fightingmonk closed 10 years ago

fightingmonk commented 10 years ago

Hello, this PR does two things: 1) Updates the URL in the file header to point to the current project location 2) Adds support for canceling the timer based on 'mousemove' events. This provides compatibility with jQuery-UI's .sortable() functionality, etc. when using a non-touch browser.

vaidik commented 10 years ago

Yep. Missed this important case. Thanks a ton for fixing this. Merging.