Touch updates; auto scroll; multi-container #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Greetings Vishalok12,
First, thank you for your original work on the jQuery drag arrange plugin! I really like it's compactness and straight forward approach. I was using it on a site I'm developing when I ran into some issues (with Windows 10). The main problem was that I'd drag an element down to put it lower on the list but when I hit the edge of the window, I'd have to drop it because it wouldn't scroll... OR... as soon as I'd touch something it would start scrolling and make a moving target to try to hit.
So instead of just using another plugin (most were a lot bigger and still had other issues), I thought I'd see what it would take to update this one to improve the experience in Windows 10 and on some touch devices. My testing device collection, however, is limited. I can't prove that it works everywhere (in fact, I know it doesn't on old iPhones). But I thought you might be interested in the update. If you like it great! If not, I've still got the fork.
Nice work!