Nestable icon indicating copy to clipboard operation
Nestable copied to clipboard

Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin)

Results 61 Nestable issues
Sort by recently updated
recently updated
newest added

New nestable js file created, which is compatible with RTL page directions.

Current dd-placeholder height do not consider border-width of dragItem element.

Allows for nodes to be able to be cloned - instead of removing them from one list, after classing the node, it will stay in the original list and also...

- Fixed an issue where emptyClass is not added normally when dragging an item. - Fixed a problem where the same nestableId was created, causing an error

It is rather useful when we want to send AJAX request to web server and save changes made by user

This feature addresses Issue #35 The default behavior remains to trigger `'change'` but it can be configured to another event name, for disambiguation purposes with the native `'change'` event of...