grouping draggable objects with jquery-ui draggable
- by Jim Robert
Hello,
I want to use jquery draggable/droppable to let the user select a group of objects (each one has a checkbox in the corner) and then drag all the selected objects as a group...
I can't figure out for the life of me how to do it haha.
Here is what I'm thinking will lead to a usable solution, on each draggable object, use the start() event…