Hi,
i'm building a website which has a parent-child Paging structure. I'm looking for a convenient way to administrate the website structure.
- I want the pages to be sortable
Releasing the jQuery sortable code on my generated sitemap (nested UL), doesn't work properly...
$('ul.SiteMap ul').sortable();
What's really important is that it should not be possible to sort outside of the current UL. Any suggestions?
Thanks in advance.