Ideally, what I'd like to do is have some layouts with designated spots that allow certain kinds of media to be dragged and dropped in those spots.
What recommendatio开发者_运维百科n do you have to accomplishing such a task? Should I just stick to the jQuery UI, or are there frameworks or plug-ins out there that would be better suited for the task?
Here is an example layout. Each section accepts a certain kind of content (that's all custom programming):
jQuery UI Sortable, Draggable, and/or Droppable should provide all the functionality you need.
http://jqueryui.com/demos/sortable/
http://jqueryui.com/demos/draggable/
http://jqueryui.com/demos/droppable/
精彩评论