get id of drag element in droppable.drop

get id of drag element in droppable.drop


Hi, I have the folowing problem:
I need to get the ID of the element that was dropped on my droppable
Element.
I tried to get it with .attr('id') through the drop listener (with $
(ui.draggable)) and through the start listener(with $(this)) of the
draggable, but both won't work. I was able to get class but that
doesn't help me...
Thanks!
sebastian