How do I access the new element created when dragged from another list?

How do I access the new element created when dragged from another list?

I'm using this example, where I can drag an element from one list to create a new element in another list:
http://jqueryui.com/demos/draggable/#sortable

I'm adding a dragstop callback function on the draggable and trying to access the new element created. I'm finding ui.helper refers to the original element, and can't figure out how to select the new element created. How do I reach it? Thanks.



    • Topic Participants

    • corey