jQuery — 嵌套可排序插件 — 禁用父级之间的可排序性

发布于 2024-10-15 16:58:07 字数 565 浏览 5 评论 0原文

我有一个问题,我认为很简单,但我一直无法弄清楚。

这是关于这个插件的: http://mjsarfatti.com/sandbox/nestedSortable/

本质上,我想禁用对父母之外的孩子进行分类的能力。

所以,我得到了这个:

CATEGORY 1
      ITEM 1.1
      ITEM 1.2
      ITEM 1.3

CATEGORY 2
      ITEM 2.1
      ITEM 2.2
      ITEM 2.3

所以,我想为用户提供对其类别内的子项进行排序的能力,以及对类别本身进行排序的能力。但我想禁用将孩子转移给另一个父母的能力。 (例如,项目 1.1 不能移至类别 2)。而且我还想禁用将任何父母嵌套在任何孩子中的能力。

我尝试设置它,以便为每个新 OL 调用“nestedSortable”函数,但这个简单的操作完全禁用了对所有内容的排序。

感谢您的任何帮助。

I've got a question that I think is simple but I've not been able to figure it out.

This is in regard to this plugin: http://mjsarfatti.com/sandbox/nestedSortable/

Essentially, I want to disable the ability to sort children outside of their parents.

So, I've got this:

CATEGORY 1
      ITEM 1.1
      ITEM 1.2
      ITEM 1.3

CATEGORY 2
      ITEM 2.1
      ITEM 2.2
      ITEM 2.3

So, I'd like to provide the ability for users to sort the children within their category, and the ability to sort the categories themselves. But I want to disable the ability to move a child to another parent. (e.g. ITEM 1.1 cannot be moved to CATEGORY 2). And also I would like to disable the abilty to nest any parents in any children.

I tried setting it so that the 'nestedSortable' function is called for every new OL but that simple disables sorting for everything entirely.

Thanks for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文