jquery-dragndrop
jquery-dragndrop copied to clipboard
:arrows_clockwise: 2.6.0 — A jQuery plugin who allow you to drag and drop one or many elements
When I use drag like this ``` $(".box").draggable({ connectToSortable: ".column", helper: "clone", handle: ".drag", start: function(e,t) { }, drag: function(e, t) { }, stop: function(event,ui) { } }); ``` here...
In your drag and drop plugin, it drags and drops perfectly, how do I drag a clone and drop for multiple usage. I really need your help.
Sometimes the multi-select does not work. It occasionally doesn't work without warning. Refreshing the page doesn't always fix the issue.