nestedSortable icon indicating copy to clipboard operation
nestedSortable copied to clipboard

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

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

* 4 space formatting instead of 8 space. * Updated the indentation. * Added syntax highlighting.

Noting is working with jquery-ui version 1.13.2 (1.12.1 is working fine)

This closed issue in the jQuery UI repository confirms and describes the issue. Essentially, if using jQuery UI 1.13 or higher, attempting to drag an item in a nested sortable...

Just FYI: ``` // AMD. Register as an anonymous module. define([ "jquery", "jquery-ui/ui/sortable" //

Because of the bug with the latest jQuery UI, would it be posssible to release a new 1.x version (especially on Yarn https://yarnpkg.com/package/nestedSortable )? Thank you for your great work!

Hello, As nestedDraggeble is working like awesome. but we are having issues with laptop users without a mouse. if they want to move any element to another, then scrolling takes...

Long time admirer of this amazing jQuery work of art. It's just amazing! Genius really. Quick question for anyone: See below? The top item 0 is the root node. The...

Hi I want to create a nested sortable accordion, but I can not place accordion panels as child of other panel or sort them. ` jQuery('.accordion_box').accordion({ collapsible: true, active: false,...

how can i dow in this dropdown menu ``` {% shape_clear_alternates Model %} {% shape_type Model "MenuItemLink" %} {{ Model | shape_render }} {% if Model.HasItems %} {% for item...

From the demo page (http://ilikenwf.github.io/example.html), what controls how the placeholder moves. If I move a li left or right, I notice in the demo, the placeholder also moves. In general,...