我想知道是否有一个 JQuery 控件来执行以下操作?
有一个复选框列表,用户除了选中和取消选中之外,还可以拖动以更改其顺序。
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.