如何使用 jQuery Draggable 将图像复制到表格中?
我有一个图像列表和一个空表格,
我需要能够将图像拖到空表格单元格中,并将该图像复制(而不是移动)到新单元格中。
Sortable 几乎为我解决了这个问题,但它不会取代现有的单元格。
这是我目前正在做的演示: http://simonwjackson.com/demos/bti /demo.html
I have a list of images, and an empty table
I need to be able to drag an image over to an empty table cell and have that image be copied (not moved) into the new cell.
Sortable almost took care of this for me, but it wont replace the existing cell.
Here is the demo of what I am currently working on: http://simonwjackson.com/demos/bti/demo.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 jqueryui,您可以在可拖动项目上设置一个属性,使其克隆而不是移动。
If you are using jqueryui, you can set a property on your draggable item to make it clone instead of move.