jquery.drag-multiple
jquery.drag-multiple copied to clipboard
ability to control the clone of the selected items
Rev 1:
ability to provide a dom element: helper: function(jqEvent) { return dragmultiplehelper; }
ability to say no helper: helper: false
ability to say clone: helper: "clone"
Out of Scope: tighter integration with draggable instance. It is not clear what the requirements should be. So declaring drag-multiples' own helper makes the most sense to me.
+1