16

I am using the jQuery UI Draggable/Sortable demo (http://jqueryui.com/demos/draggable/#sortable) for the basis of my project. I need to get a reference to the <li> that gets cloned into the sortable when the sortable receives it. I tried the sortable's receive event, but that only gives a reference to the original draggable <li>, and not its clone.

Kara
  • 6,115
  • 16
  • 50
  • 57
Mark Richman
  • 28,948
  • 25
  • 99
  • 159
  • had this exact problem – reabow Sep 28 '15 at 15:05