jQuery 可拖动到可排序列表
再会!
我现在有一个函数可以将元素从列表拖动到可排序列表。
但我想要实现的是,当我将其拖动到可排序列表时插入我自己创建的 html 元素,而不是插入从可拖动列表中选择的元素。
感谢您提前提供帮助!
谢谢, 蒸汽男孩
Good day!
I right now have a function the drags an element from a list to a sortable list.
But what I want to achieve is to insert my own created html elements when i drag it to the sortable list and not to insert the elements selected from the draggable list.
Appreciate you help in advance!
Thanks,
steamboy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看“接收”回调: http://jqueryui.com/demos/ sortable/#event-receive 并修改 ui.item :)
You can take a look at "receive" callback: http://jqueryui.com/demos/sortable/#event-receive and modify ui.item :)