Jquery Drag and Drop nested list problem

Hi I design a program for making a flow chart in Jquery with the help of drag and drop
but still there is problem that after dragging the first list element when I am dragging the 4 or 5 list elements it makes nested

I want that every nested list makes droppable dynamically
see it here my working fiddle

Hmm, you should be able to just remove lines 21-35. All that’s doing is making the element you just dropped a droppable area, which is why it’s nesting.

I think what you’re really looking for is linking those lists with Connect Lists

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.