nestedSortable icon indicating copy to clipboard operation
nestedSortable copied to clipboard

A jQuery plugin that extends Sortable UI functionalities to nested lists.

Results 34 nestedSortable issues
Sort by recently updated
recently updated
newest added

How can I save position after refresh?

Hello, Is there any way to lock the first and the last item so that they remain the first and the last?

Is there anyway to make this work with lists that are displayed using a mixture of horizontal and vertical lists? Basically I am trying to make a standard dropdown menu...

In long list, when i am selecting and dragging child from the last, the item is not showing while moving the cursor. Only black space is shown. Help me to...

I looked at this question: http://stackoverflow.com/questions/5240114/need-help-getting-the-output-from-nestedsortable-jquery When I do a var_dump on the data recived it displays the following: array (size=1) 'list' => array (size=7) 0 => array (size=5) 'item_id'...

I'd like to connect draggables to the nestedSortable. There is a draggable option for that http://api.jqueryui.com/draggable/#option-connectToSortable That option doesn't work currently.

Items with the class specified by the disabledClass option will be skipped when sorting another item over them. This is useful if you have a nested list where some items...

I have separated the hover behavior and the css-modifications because I use another plugin for the latter. Added a hover-callback that enables this other plugin to expand the node on...

My team needed a bit more information on the objects that we were sorting. We did this through data attributes on the li's. We thought it would be real nice...

Add the noSubLevel option False : ( default ) Drag&drop can be aplyed on sublever True : Drag & drop is limited to top/bottom, no sub level this is usefull...