I have to place the child element into another child element. i have used disableSelection(), but child element will not accept the another child element.
$(function() {
$( "ul.droptrue" ).sortable({
connectWith: "li"
});
$("#sortable, #sortable1").disableSelection();
});
Here jdfiddle link: http://jsfiddle.net/thilakar/QNkEL/7/
Html:
Javascript: