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/ - Richard Richard D. Worth http://rdworth.org/ On Fri, Jul 4, 2008 at 5:01 AM, DannyT <[EMAIL PROTECTED]> wrote: > Can someone point me to an example of drag-n-drop within an unordered list? > I need to replace a scriptaculous library and am giving jQuery a go because > of it's massive praise of late. I've found plugins and examples of pretty > much everything I'd need except for a simple drag and drop in a UL. > > Cheers, > > Dan > > -- > http://danny-t.co.uk