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.
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.