[jQuery] Re: Drag- Droppables using Interface

2007-07-09 Thread Hurreman
I managed to get your code working ( I don't know why it wouldn't work earlier ), but I ended up with some new odd behaviour. When I drag an element from one droppable to another, it appears to be leaving an empty li instead of removing it. Code: $(dragged).remove().clone().appendTo('#' +

[jQuery] Re: Drag- Droppables using Interface

2007-07-08 Thread Hurreman
Thanks for the welcome Benjamin! A live version of the script can be found on http:// http://www.ethowin.net/dragTest.htmwww.ethowin.net/dragTest.htm http://www.ethowin.net/dragTest.htm www.ethowin.net/dragTest.htm. I tried using your code, but it neither cloned or removed the dragged element.