jquery - How do I make a bunch of different draggable/droppable elements droppable to each other? -


I have a bunch of elements (say "div a", "div b", and "div c"), And they are all dragable and droppolyle they accept all the pullable elements from the initial div ("div A") that the elements are in. If I'm in "div b" or "div c" then I can drag them back to "div a".

However, I did not know how to do this so that I could pull from "div" to "divi" or vice versa. Whenever I try to add that code it spoils everything.

"post-text" itemprop = "text">

Use Sortable instead of Dragable / Dropable


Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -