[jQuery] Re: UL drag drop

2008-07-09 Thread DannyT
Thanks Richard, couldn't see the wood for the trees! 2008/7/4 Richard D. Worth <[EMAIL PROTECTED]>: > Take a look at jQuery UI. It has a sortable component that makes it as > simple as: > > $("ul").sortable() > > Here's a demo: > > http://ui.jquery.com/functional_demos/#ui.sortable > > If you hav

[jQuery] Re: UL drag drop

2008-07-04 Thread Richard D. Worth
Take a look at jQuery UI. It has a sortable component that makes it as simple as: $("ul").sortable() Here's a demo: http://ui.jquery.com/functional_demos/#ui.sortable If you have any questions on it, there's a dedicated jQuery UI mailing list: http://groups.google.com/group/jquery-ui/ - Richa