So, I need to drag and drop between two nested lists. A sort of combination of this: http://jqueryui.com/demos/sortable/#connect-lists
and this: http://mjsarfatti.com/sandbox/nestedSortable/
Is there something that already does this, or should I try to use these at the same time, somehow?
You can just use jQuery UI’s
connectWithoption on thenestedSortableplugin, since the latter is just an extension of the default jQuery UI sortable.Demo: http://jsfiddle.net/jhogervorst/Ge7eK/9/
JavaScript code: