gpt4 book ai didi

javascript - 我们如何在拖放更改后保存 html 页面

转载 作者:行者123 更新时间:2023-11-30 00:07:52 24 4
gpt4 key购买 nike

我正在研究 html DnD。我在互联网上看到很多教程并得到了一个 od DnD 的例子 http://jsbin.com/axegem/1 .现在在重新排序这些页面的对象后我想保存它,但我不知道我该怎么做,请任何人帮忙。

谢谢!!

最佳答案

我进行了更新:https://jsfiddle.net/f7fq7n94/

$("#draggable4").draggable({
containment: "#containment-wrapper",
scroll: false,
stop: function (event, ui) {
positions[this.id] = ui.position
localStorage.positions = JSON.stringify(positions)
}
});
$("#draggable5").draggable({
containment: "#containment-wrapper",
scroll: false,
stop: function (event, ui) {
positions[this.id] = ui.position
localStorage.positions = JSON.stringify(positions)
}
});

关于javascript - 我们如何在拖放更改后保存 html 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37810012/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com