Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有像这样的html文件
<div id="sortable"><div id="div1">Item 1</div> <div id="div2">Item 2 </div></div>
我在 div id "sortable" 上应用了 jquery sortable,我成功地对 div 进行了排序并得到了订单。现在我还必须将订单保存在 html 文件中。帮我保存订单并根据订单重新设计。
#sortable您可以通过调用直接从 div 中“获取”HTML$('#sortable').html()
#sortable
$('#sortable').html()