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.
ソート可能を使用すると、軸ルールが非アクティブになります ( jsfiddle の例)
アイテムが水平方向にのみ移動するようにします。誰か助けてくれませんか?
axis: xドラッグ軸を制限するために追加します。
axis: x
$("#sortable").sortable({ axis: "x", revert: true });
デモ