Skip to content

dragosu/jquery-aciSortable

Repository files navigation

aciSortable - Sort a list of items (including nested items) with jQuery

Features:

  • supports the sorting including child elements and reposition of the elements in a tree like structure, drag & drop between different sortables and content scrolling while in drag;

  • with the configuration options you can define your own HTML markup;

  • supports various callback functions that allow customization of how items are displayed when sorting.

Simple usage:

$(function(){

$('#sortable').aciSortable();

});

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