How to unbind an element?
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.