I am kinda confused, and stranded. If i create dragables with clones and drag them into a connected sortable i can't find a way to get/interact with the objects clone.
dragable: stop: function(event, ui) { ...} nothing in "ui" points at the clone.. sortable however doesn't seem to offer a way either... recieve: function(event, ui) { ...} again "ui" doesnt point at the clone anywhere.. :(