How to link on cloned dragable item.

How to link on cloned dragable item.

Hello!
I'm using connected .sortable and .dragable items. When I'm dragging from dragables to one of the sortable list, I need to update HTML element I'm actualy going to clone. I'm not sure what pointer to use. In dragable event handler $(this) seems to be linked to original dragable item. And in sortable it is pointing to whole list. Any idea? Thank You very much in advance!