jQuery 可排序 - 嵌套助手
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已经有一个自己的放置区域,即空的 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/