Popularity
2.1
Growing
Activity
0.0
Stable
209
13
61

Description

You can sort an items of html lists by mouse. Create tree structures. Format css of all active items however you want. You can define the isAllowed callback which determines if dragged item can be inserted into another. Set the insert zone like a distance which determines if item will be inserted inside or outside of the active area, speed of autoscroll. Available is onDragStart, onChange and complete callback.

Now plugin supports also mobile devices. Link jquery-sortable-lists-mobile.js instead of jquery-sortable-lists.js.

Sortable lists also contains export functions toArray, toHierarchy, toString.

For more info look at the documentation.

Changelog is here.

Programming language: - - -
License: MIT License
Tags: Drag And Drop     Tree     Sortable    
Latest version: v1.4.0

jquery-sortable-lists alternatives and similar libraries

Based on the "Sortable" category.
Alternatively, view jquery-sortable-lists alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of jquery-sortable-lists or a related project?

Add another 'Sortable' Library

README

jquery-sortable-lists jQuery plugin to sorting lists also the tree structures.

$('#myList').sortableLists( options );

You can sort an items of html lists by mouse. Create tree structures. Format css of all active items however you want. You can define the isAllowed callback which determines if dragged item can be inserted into another. Set the insert zone like a distance which determines if item will be inserted inside or outside of the active area, also insert zone plus feature, speed of autoscroll function, max levels number... speed of autoscroll function, max levels number... Available is onDragStart and complete callback. Now plugin supports also mobile devices. Link jquery-sortable-lists-mobile.js instead of jquery-sortable-lists.js. Sortable lists also contains export functions toArray, toHierarchy, toString. For more info look at the documentation.
Changelog is here.