5

我想知道是否有一个 JQuery 控件来执行以下操作?

有一个复选框列表,用户除了选中和取消选中之外,还可以拖动以更改其顺序。

4

1 回答 1

8

You could do this pretty easily using jQuery UI's sortable method.

Here is a very basic example to get you started, using the demo found in the above link, with some checkboxes added.

于 2012-04-04T03:15:55.483 回答