jquery-sortable icon indicating copy to clipboard operation
jquery-sortable copied to clipboard

How can I prevent items from being inserted into the top level hierarchy?

Open W3Extensions opened this issue 9 years ago • 3 comments

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?

W3Extensions avatar Feb 16 '17 04:02 W3Extensions

Have you found a solution? I gone need this too...

ChristopherSchaefer avatar Mar 24 '17 11:03 ChristopherSchaefer

I haven't found one yet.

W3Extensions avatar Mar 25 '17 00:03 W3Extensions

I use isValidTarget method for that. Check whether container has some specific class name for top level list.

ioliver avatar Aug 14 '17 10:08 ioliver