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!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to