So, here is my dilemma. I have 6 drag and drop items (pictured below). They work great. Except for the fact that once I drag an item to a different drop item they end up overlapped as you can see. What I'm wondering is, is there a way to insert the DIVs without causing the other items to move?
I have tried using the before() and after() functions but doing so pushes all the other elements down, which doesn't work when you have multiple drag items dropped. So what I'm hoping to do is simply move the item down to the next available spot without causing the other elements to shift.
Any ideas?
UPDATED - Basically what I'm trying to do is combine jQuerys sortable with draggable. Not sure that that helps any but that's essentially what I'm trying to do because I want the drag items to react like the sort items do in their rearranging.