I am trying to create a report template were users can drag and drop items from the left side to create a structure on their own. Most of it is done, the only problem is with the "ConnectToSortable" where I am mentioning two classes, one is for the parent container and the other one is for the subcontainer within the parent container. When you add an item to the sub container, that item is getting duplicated and is added to the parent container.

Can anybody tell me how to fix this issue ?? thanks in advance for the help..

http://jsfiddle.net/Sullan/P67EA/

link|improve this question

52% accept rate
Here's a solution implementing the drop event instead of using connectToSortable option: http://stackoverflow.com/questions/7424652/jquery-connecttosortable-nested-list‌​s-and-greedy-option – Didier Ghys Jan 28 at 8:07
Thanks @Didier. Its exactly what I am looking for, but there are couple of changes to it, the left side list is not sortable, and when items from the right side is dragged its becomes empty, item clone is not working.. – Sullan Jan 30 at 5:45
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.