Have you tried the draggable option appendTo? http://docs.jquery.com/UI/Draggable#option-appendTo
<http://docs.jquery.com/UI/Draggable#option-appendTo>Otherwise, please post a live sample page so we can see. If you don't have a place to host one: http://jsbin.com/ Thanks. - Richard On Thu, Sep 24, 2009 at 4:41 AM, Jissé <[email protected]> wrote: > > I have a page with 2 lists. Each list is populated with a $.get() > call. I want to drag drop from list1 to list2. > > Drag/drop works but there's a visual problem : during drag, when mouse > exits list1, the dragged content disappears. Drop works but I don't > see the content over list2. > > If I create the page with static lists, drag/drop works normally. > > What can I do to correct the problem ? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
