Thanks Paul,

I'm playing with connectToSortable now and I'm having a problem....

the draggable is successfully added to the HTML for the sortable in  
the position where it is dropped. However, on screen the dropped item  
is way off where it should be. And its left with the draggable classes.

So looking at the code, I end up with something like this....

<ul id="sortables" class="testing ui-sortable" style="cursor: move;  
position: relative;">
<li id="order_1" class="sortable"> 1 </li>
<li id="order_3" class="sortable"> 3 </li>
<li id="order_2" class="sortable ui-draggable ui-draggable-dragging"  
style="position: relative; left: 4px; top: -38px;"> 2 </li>
</ul>

Any suggestions?

Thanks in advance,

Jonathan

--~--~---------~--~----~------------~-------~--~----~
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