dragNdrop icon indicating copy to clipboard operation
dragNdrop copied to clipboard

easy javascript drag and drop plugin – works in IE5 – Example:

Results 4 dragNdrop issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimist` from 0.0.10 to 1.2.6 Changelog Sourced from minimist's changelog. v1.2.6 - 2022-03-21...

dependencies

Currently, dragNdrop can only drag and drop a single element at a time. For a feature requested in [DragSelect](https://github.com/ThibaultJanBeyer/DragSelect/issues/24#issuecomment-393068160). Step 1: we need dragNdrop to be able to select multiple...

enhancement
help wanted

I want to drag many element to the same dnd(not the same time).

Hi Is there a reason you are not dispatching the event with bubbles = true? This helps using event delegation. Use case: I have a long list of draggable elements...