javadoug / jquery.drag-multiple

A jQueryUI plugin enabling the selection, drag and drop of multiple ui-draggable elements.
MIT License
20 stars 12 forks source link

ability to control the clone of the selected items #1

Open javadoug opened 11 years ago

javadoug commented 11 years ago

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.

noctivityinc commented 10 years ago

+1