class
EZDnD_Group
Source: ez-drag-n-drop.
Convenience class for handling groups of draggables
new EZDnD_Group()
Greate a group of draggable elements
Parameters
Name | Type | Optional | Description |
---|
- See also
- https://pamblam.github.io/ez-drag-n-drop/examples/
- Returns
Methods
bind() → undefined
Re-binds all events after an instance has been unbound.
- Returns
-
undefined
destroy() → undefined
Unbinds all events and resets the DOM so that the instance can be garbage collected. Synonym for unbind();
- Returns
-
undefined
unbind() → undefined
Unbinds all events and resets the DOM so that the instance can be garbage collected. Synonym for destroy();
- Returns
-
undefined