delete element, remove ui effects from children
I would like to know if deleting an element removes ui functionality
from its children in UI 1.5. For example, if a div has 5 children divs
that are draggable, will $('#big_div_id').remove() update the
ddmanager and remove all references to the 5 children?
We are still using the original UI (want to move to 1.5) and we had to
remember to manually remove each child div from the ddmanager before
deleting the parent. I am hoping that this functionality is automatic
in 1.5.
If implemented, does the functionality also work with selectables,
droppables, resizables, etc.?
If not implemented, is it planned?
Thanks to the UI team for all their work!