I'm trying to connect multiple boxes in multiple levels and sort them between the levels using JQuery Sortable. The problem is that my current solution have a strange behavior when I try to drop items inside another level.
Does anybody know a good solution to make more user friendly the interaction between the user and the boxes?
Here goes a example of my problem: jsfiddle example Please try drop items in the yellow box and sort them.
Thanks!