JQuery Drag & Reorder [closed]
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 questionI 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.
精彩评论