jQuery UI 可排序和可拖动问题
我有一个嵌套的 Sortable,它本身工作得不太好,但我也添加了一个 Draggable,这会导致更多问题。
- 在嵌套的 Sortable 之间对项目进行排序几乎是不可能的,请尝试一下;)
- 将 Draggable 拖动到内部 Sortable 也会向外部 Sortable 添加一个新项目
示例: JSFiddle
我想这在当前版本的 jQuery UI 中是不可能实现的。
编辑:查看下面的评论
I have a nested Sortable which is not working quite well on it's own, but I've added a Draggable too, which is causing even more problems.
- Sorting items between nested Sortables is almost impossible, try it ;)
- Dragging a Draggable into the inner Sortable also adds a new item to the outer Sortable as well
Example: JSFiddle
I guess this is just impossible to achieve with the current version of jQuery UI.
Edit: see comment below
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能行不通,因为我还没有测试过,但你确实明白我希望的想法:)
this may not work as I have not tested it but you do get the idea I hope :)