jquery-sortable
jquery-sortable copied to clipboard
How can I prevent items from being inserted into the top level hierarchy?
I have a list that's three levels deep. I don't want anything dragged into the top level, but everything else can be rearranged within or between nested lists. How can I get that to work?
Have you found a solution? I gone need this too...
I haven't found one yet.
I use isValidTarget method for that. Check whether container has some specific class name for top level list.