[jQuery] Re: clone() + Sortable and Draggable

2009-09-30 Thread Jérôme GRAS
(append) one when I need a new one. Please let me know if you see anything else. Jérôme. On Tue, Jul 28, 2009 at 19:31, Jérôme GRAS jeromeg...@gmail.com wrote: That's a great idea. I tried something similar but your way seems better :) I'm currently on a trip, I'll keep you in touch. Jérôme

[jQuery] Re: clone() + Sortable and Draggable

2009-07-28 Thread Jérôme GRAS
().clone (true)); } }); } then anytime you add a new ul to the dom you could attach the sortable to it ... this is just pseudo code but I think it will do the trick. let me know what you think Mike On Jul 28, 1:28 am, Jérôme GRAS jeromeg...@gmail.com wrote: That's seems

[jQuery] Re: clone() + Sortable and Draggable

2009-07-27 Thread Jérôme GRAS
sorry for the delay On Jul 17, 4:35 pm, Jérôme GRAS jeromeg...@gmail.com wrote: Ok, I fixed the first id bug. The new version is online. Unfortunately, the main problem is still present. I tried a lot of things unsuccessfully... Please take a look :-) On Fri, Jul 17, 2009 at 15:07

[jQuery] Re: clone() + Sortable and Draggable

2009-07-24 Thread Jérôme GRAS
:35 pm, Jérôme GRAS jeromeg...@gmail.com wrote: Ok, I fixed the first id bug. The new version is online. Unfortunately, the main problem is still present. I tried a lot of things unsuccessfully... Please take a look :-) On Fri, Jul 17, 2009 at 15:07, Mean Mike mcgra...@gmail.com

[jQuery] Re: clone() + Sortable and Draggable

2009-07-17 Thread Jérôme GRAS
Ok, I fixed the first id bug. The new version is online. Unfortunately, the main problem is still present. I tried a lot of things unsuccessfully... Please take a look :-) On Fri, Jul 17, 2009 at 15:07, Mean Mike mcgra...@gmail.com wrote: I found a least one major problem here