[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Scott Morrison
Hi, I'm actually attempting to do something similar. It appears to be a fairly common problem. There are some older plugins that don't work with the latest version of jQuery. It looks like there's a solution on the roadmap for jQuery UI but I didn't see a date for a release, it's only in the plan

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Simon Xiao
Hi, sorry i was just tired of searching, thanks so much for your attention. I am trying to develop a interface that allows users to drag in html components to a main sortable container on the fly, then all these componens (doms) can be further arranged in a nested manner, means they should be par

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread vdov...@gmail.com
Hi Simon, is it worth to help someone who blames the community? there are 2 problems with your case: you describe a concrete problem without a concrete example, maybe you can construct an example of your problem using jsbin.com and post it here. the other thing is: is there possibly another way

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Simon Xiao
no one reply? what a community i've searched all night long and just want to achieve the same thing that the greedy option does in droppable.. how frustrating. On Jul 16, 11:39 am, Simon Xiao wrote: > could someone help me please..thanks / Simon > > On Jul 16, 1:13 am, Simon Xiao wrote: >

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-15 Thread Simon Xiao
could someone help me please..thanks / Simon On Jul 16, 1:13 am, Simon Xiao wrote: > Hi im new to jquery and using draggable and sortable to add new item > to a list by dragging. > > and my list is a nested div like: > > div.sortable >   >   >   div.sortable >       . >       .