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.
jquery-sortable-lists alternatives and similar libraries
Based on the "File Uploader" category
-
jQuery-File-Upload
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. -
Sortable
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Ember, Knockout and any CSS library, e.g. Bootstrap. -
dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars. -
filepond
A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience. -
plupload
A JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash. -
FileAPI
A set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF. -
flow.js
A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API. -
jQuery Sortable
A flexible, opinionated sorting plugin for jQuery -
HTML5Sortable
VanillaJS sortable lists and grids using native HTML5 drag and drop API. -
HTML5 AJAX File Uploader
JavaScript library that manages file uploads using html5 drag and drop and file API's. -
Ractive.js sortable decorator plugin
Drag and drop items to sort them
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of jquery-sortable-lists or a related project?
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, 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.