I have some specific situation this:

picture shows it very good. So I’m developing following actions:
- Sortable Div has method
.sortable()on itself. And sortable Items sorts well. - DroppableDiv has method
.droppable()on itself. And DragItems has method.draggable()on theirself.
My issue
What I want to do is to handle sortable item on which was dropped DragItem from Container.

In this example I’m drag & drop DragItem 2 to Sortable Item 2. And I need to handle Sortable Item 2 within DroppableDiv.droppable({drop : function(event, ui) {}});.
I’ve searched event and ui object but I haven’t find solution there.
Also sorry I haven’t give anny fiddle but I have problem with create working example in jsfiddle/jsBin.
Any help would be appreciated.
In this case I have wrote my own function:
Which was called from: