jquery-sortable-lists icon indicating copy to clipboard operation
jquery-sortable-lists copied to clipboard

jQuery plugin to sorting lists also the tree structures.

Results 19 jquery-sortable-lists issues
Sort by recently updated
recently updated
newest added
trafficstars

![xZAfn (1)](https://user-images.githubusercontent.com/65604550/95294738-02d16900-08a0-11eb-8f5a-c63afc9c2dde.png) Thank you

I have used draggable items in fix envelopes with set ignoreClass. After the jquery-sortable-lists upgrade it has stopped working and I have to freeze it to old version. What about...

Greetings again @camohub! I've noticed an issue that appeared in this new version 2.2.0. Whenever we have a sortable list initialized with some value for maxLevels, any new item that...

Fixing issue with multiple scrolling ancestors. A few demonstrations of the issue can be found at: - https://lucaslm.github.io/jquery-sortable-lists/example1 - https://lucaslm.github.io/jquery-sortable-lists/example2

Create tree with array object. get object this feature `$('#sTree2').sortableListsToArray()` and save this. Maybe created tree by object array Thanks

Greetings @camohub! Firstly, thanks for the awesome plugin. Unfortunatelly I found an issue with it, but I believe it can be addressed. When dragging an item to the edge of...

Is there any way to add a new list item dynamically? I attempted the following, but it causes the browser to crash from running out of memory: `$('#MappingEditor').append('New Category').sortableLists(mappingOptions);` It...

How about adding a check for "ignoreClass"? Now, if you use, for example, the plugin "chosen" in the elements of list, then all its elements also become movable. Locally in...

Is there a way to set the maximum number of levels?