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()