I've got a small project with a requirement that items be listed hierarchically, but can be dragged into a flat list - it's for scheduling performances on a single stage, but since there are hundreds of individual items, the client want to be able to move some items individually, and some en masse.
I've tried jquery code snippets and demos from several sources, most particularly mjsarfatti's nestedSortable (which I really like), but it seems that jquery just does not support dragging an item from a nested list to another list.
At this point I'm just looking for a suggestion on how to present the appearance of a hierarchical list that could still let the user drag multiple li's at once. If what I'm trying is impossible, please let me know so I don't bang my head against the wall any more.
PS - Is it possible to drag to a connected sortable from a JSTree?