How do I remove an element from the current selection?
I try to change the "droppable" example the following way: There are
many droppable elements. If something is dropped onto such an element,
this element should be no longer droppable. How do I achieve this? I
tried unbind and destroy, but the element still is droppable
afterwards.
Any hint which function should be used would be great.