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.
我会使用可排序的 Jquery UI 来实现表格中的创意拖放列。我用“轴”试试这个,但它不能正常工作。我的例子: jsfiddle
代码:
$("table tr").sortable({ axis: "x", });