1

我需要制作这个布局编辑器,它使用大量的jQuery来让人们使用简历上的项目。我设想显示一个带有各部分图形表示的对话框,有点像:

[Details - locked -- immovable]
[Overview -- immovable, but can be hidden or shown again]
----imaginary line where things can not be moved above this---
[Career History -- movable]
[Key Skills -- movable + can be hidden or shown again]
[Education & Qualifications -- movable]
[Personal Interests -- movable + can be hidden or shown again]
---imaginary line where things cannot be moved below this--
[References -- immovable]

移动物品时,它们需要滑入最近的插槽。

您不会碰巧知道网络上与此类似的示例,对吗?

4

1 回答 1

1

jquery.ui.draggable 和 jquery.ui.sortable 浮现在脑海。

http://docs.jquery.com/UI

于 2008-11-24T22:18:47.433 回答