请参考我的小提琴
$("#header").draggable({
// helper: "clone",
//cursor: 'move',
containment: '#list ul'
});
通过拖动图像字段,我想将其放置在 test1、test2 或 test3 中。
以及如何获取放置图像的 li id。
如果我将此图像字段拖动到 test1。那么图像字段应该保留它的位置。所以只有我可以将它拖放到 test2 上。现在我无法将此图像字段放置多个位置。另外我不知道如何在删除后删除它。请帮助我谢谢