I just googled a lot, but could not find the answer.
I have a resizable div and want to pounce something on it. It still works very well. But when I use clone-helper, the element just disappears when deleted. What am I doing wrong?
$('#resizable').droppable({ }); $('.base').draggable({ helper: 'clone', stack: '#resizable', containment: '#resizable', cursor: 'move', appendTo: '#resizable' });
I played with appendTo, I accept everything. I just can't get it to work ... Any idea is much appreciated!
source share