javascript - How do I do Drag and Drop in js/html from one column to an area keeping object in column available to re drag -
i trying build small app. 1 column has 5 rectangles. (vertically aligned) want drag&drop rectangle area, while keeping same rectangle in column, drag&drop again.
is possible?
thank you
is looking for?
check link http://jsfiddle.net/tt99ugsf/
$('.square1').draggable({ revert:"valid", helper:"clone" }); the trick clone div
Comments
Post a Comment