Draggable + nested sortable, duplicated items

Draggable + nested sortable, duplicated items


Hi im new to jquery and using draggable and sortable to add new item
to a list by dragging.
and my list is a nested div like:
div.sortable
....
....
div.sortable
.....
.....
....
....
when i drag an item into the child div, i got this item duplicated on
both the child div and its parent. maybe its a propagation issue but i
really dont know how to stop propagation in this case (btw i found
there was a greedy option seems to prevent this but its not available
anymore..). would someone please help. thank in advanced!