From 07644721462f3130b7e33829ac468f39fa79d9fe Mon Sep 17 00:00:00 2001 From: twicejr Date: Thu, 19 Jun 2014 22:12:01 +0200 Subject: [PATCH] Explain new disableParentChange option. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49d74cc..473cb62 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Also: - All jQuery Sortable options, events and methods are available - It is possible to define elements that will not accept a new nested item/list and a maximum depth for nested items - The root level can be protected +- The parentship of items can be locked, just as if it was a family tree. ## Usage @@ -60,6 +61,8 @@ Also, the default list type is `
    `. ## Custom Options
    +
    disableParentChange (2.0)
    +
    Set this to true to lock the parentship of items. They can only be re-ordered within theire current parent container.
    doNotClear (2.0)
    Set this to true if you don't want empty lists to be removed. Default: false
    expandOnHover (2.0)