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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -