Replacing the dragged element (or drop on self)
Hi guys,
I have some elements that are both draggable and droppable, but I can't drop an element on "itself", which I need to be able to do.
I have made a simple test scenario here:
http://master.siteloom.dk/files/test/draggable.php
I just paint the background pink on the "over" event, and I need the dragged div to become pink as well (so I know it wil lbe accepted).
I have search almost everywhere, but even though accept is '*' or a function that always returns true, I can't get it to work :(