Title: Problem with droppable position Post by: rljain on May 31, 2012, 09:44:22 PM i am using droppable functionality of your plugin
my scenario is that i have two divs i have some controls in first div and then and drag and drop that controls on second div by making clone of them is there any method to get the above and below controls when we drop it on second div so i can place this control between them how to get it done please help it's urgent Title: Re: Problem with droppable position Post by: stworthy on June 04, 2012, 01:23:02 AM When dragging an element on the droppable area, append the element directly. When dragging an element on a droppable item, insert the element before the droppable item. The key code below shows how to implement this functionality:
Code: var drop_conf = { |