Draggable/Droppable + AJAX = performance leak
Hi all,
The code is something like:
<div id="box">
<div ..></div><div ..></div><div ..></div><div ..></div> ...
</div>
And I append draggable- and droppable-functionality to some of the
divs in the #box-div. Now I reload the content within #box and append
the same functionality again. The more often I do that, the more CPU
is used by the script until a simple drag takes about 5 seconds and
more.
This is no AJAX Problem - I did the same amount of reloads adding drag/
drop only after the last one to the divs and all felt just good.
Is this a known bug and will it be fixed until the next release? I
tried draggableDestroy/droppableDestroy but it helped nothing.
Eric