2

What is the best practice to drag several separate containers by some handle inside one of these draggable areas (using jQuery UI)? So, one of the containers should be master, and the rest should be its slaves.

I've only found this jQuery UI plugin, but the main issue with it is that it uses the only class "ui-multidraggable" for all the containers, so I can't create several separate draggable groups. For now, the only solution for me is to modify this plugin to pass groups of slave $ nodes into options.

0 Answers0