jQuery 可排序 - 嵌套助手

发布于 2024-11-10 09:12:33 字数 584 浏览 3 评论 0原文

我在 jsFiddle 上有两个 jQuery 脚本:

第一个

第一个是我想要的外观。使用嵌套排序函数嵌套列表元素。这不适用于将列表元素放入其他列表元素中。

第二个

第二个包含一个最小高度,在这里它可以将列表元素放入其他列表元素中。

问题

是否可以在列表元素内添加 dropzone (帮助器?)而不是在 ul 中添加,以使其看起来不像第二个示例。定义自己的放置区域?

我可能希望所有可放置区域从一开始就可见。

任何能让拖放变得更容易、更漂亮的东西都是受欢迎的。

I have two jQuery scripts on jsFiddle:

First one

The first one is how I want it to look. Nesting list elements with nesting sorting functions. This one does not work with puting the list elements inside other list elements.

Second one

The second one contains a min-height and here it works with puting list elements inside other list elements.

The question

Is it possible to add the dropzone (helper?) inside the list element instead of out in the ul, to make it not look like the second example. Define an own drop area?

I might want all dropable areas visible from start.

Anything that might make this drag drop easier and more beautiful are welome.

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

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

发布评论

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

评论(1

皓月长歌 2024-11-17 09:12:33

已经有一个自己的放置区域,即空的 ul 元素。为了使其看起来“更好”,请为 ul 使用不同的背景(例如“继承”):

http:// /jsfiddle.net/doktormolle/9uhfX/18/

There is a already a own drop-area, the empty ul-elements. To make it look "better" use a different background for ul(for example "inherit"):

http://jsfiddle.net/doktormolle/9uhfX/18/

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