Hi, i am trying to implement a drag and drop functionality in a sort of
calendar. Basicaly i want to be able to move div blocks into dropzones
(which are also divs) and after that i want to reload the calendar div
so the blocks will appear at their new position.
I can get it to work once, but i think the problem is that the draggable
divs are in the div which needs to be reloaded, and after a reload, drag
and drop isn’t working anymore.
so: is it possible to have dragable elements within the div which needs
to be reloaded?