Any variety of HTMLElement.
Sortable options object.
Static
activeStatic
cloneThe clone element.
Static
draggedThe element being dragged.
Static
ghostThe ghost element.
Static
utilsStatic
Readonly
versionGet 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.
Optional
selector: stringdefault: options.draggable
Options getter/setter
a Sortable.Options property.
a value.
Static
createCreation of new instances.
Any variety of HTMLElement.
Optional
options: sortablejs.OptionsSortable options object.
Static
getGet the Sortable instance on an element.
Static
mount
Sortable's main constructor.