Is it possible to allow a new div that is added dynamically to a dom to be made droppable ?
I’m trying this :
var myDroppable = '<div id="myDroppableDiv" >New droppable</div>';
$("#myDroppables").append(myDroppable );
But receive this error :
Object has no method 'droppable'
Just invoke the
droppablemethod as soon as its appended: