I was just wondering if anyone knows of any way to get the bassistance treeview plugin to work with jQuery UI\'s sortable plugin? Particularly in terms of being able to drag and
I am also trying to do this, I have got some basic sorting working by setting the handle to 'span', but I cannot seem to sort from one UL to another.
I tried using combine: 'ul' but that does not seem to work.
The jstree plugin has a pretty solid code base with, for example, many events to attach your own logic to.
I did have the same problem, have a look at nested sortable. It probably is too late but might be helpful for others later.
I would like to add http://mjsarfatti.com/sandbox/nestedSortable/