Any variety of HTMLElement.
Sortable options object.
The clone element.
The element being dragged.
The ghost element.
Get the Sortable version
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
an HTMLElement or selector string.
default: options.draggable
Removes the sortable functionality completely.
Options getter/setter
a Sortable.Options property.
a value.
Saving and restoring of the sort.
Sorts the elements according to the array.
an array of strings to sort.
Serializes the sortable's item data-id's (dataIdAttr option) into an array of string.
Creation of new instances.
Any variety of HTMLElement.
Sortable options object.
Get the Sortable instance on an element.
Mounts a plugin to Sortable
Generated using TypeDoc
Sortable's main constructor.