nestedSortable icon indicating copy to clipboard operation
nestedSortable copied to clipboard

Added ability to skip items with disabledClass. Useful when sorting over disabled or hidden items.

Open poscar opened this issue 12 years ago • 0 comments

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 can be disabled/hidden but you still need to be able to properly sort over them. Without this feature sorting over hidden items behaves erratically when changing nesting levels.

Thanks!

poscar avatar Jan 17 '14 17:01 poscar