开发者

JQuery Drag & Reorder [closed]

开发者 https://www.devze.com 2023-02-18 05:48 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve thi开发者_如何学JAVAs question

I have an image upload script that batch uploads loads of images.

I want a page where the admin user can go in and re-order these images easily. Is there a sort of click and drag and re-order JQuery plugin? I then want to read the order and assign a weight value to each.


This sounds like a job for the jQuery UI sortable plugin.

If you give each draggable image a unique ID you can trivially read the list of images back to find out their current order.

0

精彩评论

暂无评论...
验证码 换一张
取 消