从一个列表中拖放 jQuery UI 可拖动元素并将其放入另一个列表中的问题
我正在使用 jQuery UI,可以创建一个简单的拖放列表。 但现在,我想将该元素放入另一个列表中。 jQuery 总是认为该项目已被放置在错误的位置并将其滑回到原始列表中。
I am using jQuery UI
and can create an simple drag 'n drop list.
But now, I want to drop the element into an other list. jQuery always thinks the item has been droppen on the false place and slides it back into the origin list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为解决方案可以在这里找到:
http://ui.jquery.com/demos/sortable/#connect-lists
做了这样的事情:
I think the solution is found here:
http://ui.jquery.com/demos/sortable/#connect-lists
and its done something like this: