Search code examples
jqueryjquery-ui-sortablejquery-ui-draggablejquery-ui-droppable

Jquery Nested Dynamically Created Droppables


I am trying to create a page where you can drag a droppable div (class spacing2) into a droppable div (class spacing1) and then drag controls into spacing2. I am able to drop the controls into spacing, but am unable to drop anything into spacing2.

http://jsfiddle.net/dan2012/FCT3m/


Solution

  • I changed the droppables to sortables and only have 1 of them enabled at a time.