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.
Use Sortable instead of Dragable / Dropable
Comments
Post a Comment