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 に答える