views:

15

answers:

0

Hi,

I am improving a CMS I have built and wish for the user to be able to reorder pages using drag and drop. I have table drag and drop for jquery:

http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

however I wish to be able to 'group' rows together and move them within only the group. In the CMS I have a list of top level pages, but some of these pages have children pages listed underneath them in a different row colour. I would need to only be able to drag and drop these rows between each other and not allow them to be placed above the parent page or below the next top level page! (Hope I have explained this well).

Are there any plugins available that can achieve this or could anybody give any pointers on how to modify this script?

Many Thanks