[jQuery] Nested draggable list not causing droppable events to fire

2009-03-16 Thread Jason
I have a nested list which represents a folder hierarchy. An example of one of these lists is below. Basically I want the user to be able to drag any of the folders into a droppable. As is, if the user starts dragging Folder1 in the example below, the whole list is dragged along as well (which

[jQuery] Nested draggable list not causing droppable events to fire

2009-03-16 Thread Jason
I have a nested list of the type below. It represents a folder hierarchy and I am trying to make it so that if the user drags any folder in the tree, all of the children will be dragged along with it. In the example below, if the user drags Folder1 the entire tree comes with it (which is what I