jQuery: how do I sort a list where each item is from a different section?
Ideally, this would be draggable, and you'd be able to drag stuff from one section int开发者_开发问答o the other.
Ideas?
The jQuery UI Sortable plugin has this capability:
http://jqueryui.com/demos/sortable/#connect-lists
精彩评论