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

Custom events 'movestart', 'move' and 'moveend' for jQuery.

Results 14 jquery.event.move issues
Sort by recently updated
recently updated
newest added

Within the project is an old version of jQuery in `js/jquery-3.1.1.js ` Vulnerability checkers like retirejs indicate an issue with jquery.event.move, as it contains an outdated jQuery version with known...

Hi Stephen, great work on this project. I just noticed the usage of ES6 Symbols in the source: https://github.com/stephband/jquery.event.move/blob/master/js/jquery.event.move.js#L83 As you might know no IE version except Edge supports this....

The plugin isn't working properly for me in Chrome version 58.0.3029.83 on Android on the demo page at http://stephen.band/jquery.event.move/ . Instead of just the red block moving, the page moves...

Versions 2.0.0+ when add e.stopPropagation() in movestart envent is canot work

When the element to scroll contains an input element the user cannot scroll the container if they touch over the input element. For example: ``` Hello World ``` In this...

For some reason after updating from 1.3.6 to 2.0.1, vertical scroll has stopped working in the Microsoft Edge 14 browser in Windows 10 Mobile devices. Also, vertical scroll still works...

trying to install via npm/yarn. Looks like the code I install is always version 1.3.6 also NPM page show version 1.3.6 as default and latest https://www.npmjs.com/package/jquery.event.move May i do something...

I used your lib to add swipe-to-close interaction to hamburger menu. The menu has inner scroll. Just so you know, I needed to comment out one line in your code...

I was trying to use your other plugin "jquery.event.swipe.js" and find velocityX/Y return "NaN". Digging more, I come inside "jquery.event.move.js" and find when "updateEvent" is call, "timeStamp" is undefined and...