开发者

jQuery Layouts with Drag and Drop

开发者 https://www.devze.com 2023-03-17 08:02 出处:网络
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.

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 Layouts with Drag and Drop


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/

0

精彩评论

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