Drag-n-Drop Delegation Style?
Since this is the official jQuery UI mailing list, I hope to get an
honest answer from one of the UI devs.
Is there a plan to provide a way for dragging & dropping through the
event delegation method?
It would be more efficient to attach all the necessary events once,
especially when a container with elements that changes frequently.
Currently it is possible to delegate a droppable through some
trickery, but draggables still elude me. The only way is to destroy
drag events when the contents of the container has changed and re-
apply them.