Draggable and connectToSortable to connect to multiple Sortable Items

Draggable and connectToSortable to connect to multiple Sortable Items


Hi All,
I'm new to this forum and have been using JQuery for a little while.
Definitely love the library and UI components.
I'm experiencing a problem with using draggable to connect to multiple
sortable items. In the below code, "div.Sortable" represents multiple
sortable containers with the same class.
$('div.dragElement').draggable({    
            helper: 'clone',        
            connectToSortable: 'div.Sortable'
});
This works initially but at some point when I have several draggable
elements in the sortable container, I reach a point where I can drag the
draggable element outside of the container and gets stuck there.
I've look around the forum but couldn't find a similar problem. Any
assistance would be much appreciated!
-Ning
--
View this message in context: http://www.nabble.com/Draggable-and-connectToSortable-to-connect-to-multiple-Sortable-Items-tp18199353s27240p18199353.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.