aciSortable API v1.8.0

.cancel - Cancel the drag&drop.
.containerFrom - Returns the parent element as indicated by options.container...
.destroy - Destroys the aciSortable instance.
.end - Ends the drag&drop.
.hasChildrens - Test if the element item has childrens.
.hasContainer - Test if the element item contains a parent element options.container...
.hasItem - Test if the element item exists in the current aciSortable instance or comes...
.init - Init the aciSortable plugin.
.isActive - Test if the drag&drop is active.
.isEmpty - Test if the container has options.item childrens...
.itemFrom - Returns the parent element as indicated by options.item...
.sortableFrom - Returns the element under which aciSortable was initialized...
.wasInit - Returns TRUE if the plugin has been initialized.
.cancel Cancel the drag&drop.
.containerFrom (element) Returns the parent element as indicated by options.container. where: element jQuery object a child element
.destroy () Destroys the aciSortable instance.
.end Ends the drag&drop.
.hasChildrens (item) Test if the element item has childrens. where: item jQuery object a options.item element
.hasContainer (item) Test if the element item contains a parent element options.container. where: item jQuery object a options.item element
.hasItem (item) Test if the element item exists in the current aciSortable instance or comes from elsewhere. where: item jQuery object a options.item element
.init () Init the aciSortable plugin.
.isActive Test if the drag&drop is active.
.isEmpty (container) Test if the container has options.item childrens. where: container jQuery object a options.container element
.itemFrom (element) Returns the parent element as indicated by options.item. where: element jQuery object a child element
.sortableFrom (element) Returns the element under which aciSortable was initialized. where: element jQuery object a child element
.wasInit () Returns TRUE if the plugin has been initialized.

aciSortable jQuery Plugin v1.8.0

http://acoderinsights.ro

Copyright (c) 2015 Dragos Ursu

Dual licensed under the MIT or GPL Version 2 licenses.

Require jQuery Library >= v1.7.1 http://jquery.com

+ aciPlugin >= v1.4.0 https://github.com/dragosu/jquery-aciPlugin