You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## What's new in version 2.0
8
8
9
-
The biggest change is that your nested list can now behave as a tree with expand/collapse funcionality. Simply set `isTree` to **true** in the options and you are good to go! Check the [demo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/example.html) out to see what can be done with nestedSortable and a little CSS. (Note that all **nestedSortable** does is to assign/remove classes on the fly)
9
+
The biggest change is that your nested list can now behave as a tree with expand/collapse funcionality. Simply set `isTree` to **true** in the options and you are good to go! Check the [demo](http://ilikenwf.github.io/example.html) out to see what can be done with nestedSortable and a little CSS. (Note that all **nestedSortable** does is to assign/remove classes on the fly)
10
10
Also:
11
11
-**isAllowed** function finally works as expected, see the docs below
12
12
- Fixed: a small bug in the **protectRoot** function
@@ -55,7 +55,7 @@ Please note: every `<li>` must have either one or two direct children, the first
55
55
56
56
Also, the default list type is `<ol>`.
57
57
58
-
*This is the bare minimum to have a working nestedSortable. Check the [demo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/example.html) out to see what can be accomplished with a little more.*
58
+
*This is the bare minimum to have a working nestedSortable. Check the [demo](http://ilikenwf.github.io/example.html) out to see what can be accomplished with a little more.*
0 commit comments