From d27e7707d8a6fdf01393976e04bb5b4ad0938d13 Mon Sep 17 00:00:00 2001 From: Espaker Kaminski <50533104+espaker@users.noreply.github.com> Date: Fri, 13 Dec 2019 15:06:08 -0300 Subject: [PATCH] Added class 'ui-state-disabled' to disable itens o list using shift range --- example/index.html | 9 +++++---- src/jquery.multisortable.js | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example/index.html b/example/index.html index 5c2c3fb..a53ef11 100644 --- a/example/index.html +++ b/example/index.html @@ -7,8 +7,8 @@ @@ -16,11 +16,12 @@ li { margin: 2px 0; cursor: pointer; } li.selected { outline: 1px solid red; } li.child { margin-left: 20px; } + li.ui-state-disabled { pointer-events:none; opacity:0.6;}

jquery.multisortable.js

-

https://github.com/shvetsgroup/jquery.multisortable

+

https://github.com/espaker/jquery.multisortable

List 1