I read somewhere that events must be bind when cloning so I remove the 
parent. Please how do I bind the context menu?

$('#$id').contextMenu('chooser', {
        bindings: {
          'vert':  function(t) { 
$('#$id').remove().clone(true).appendTo('#verticals');
},
          'horiz':  function(t) { 
$('#$id').remove().clone(true).appendTo('#horizontals');},
    }
 });

I am also loosing the draggable/sortable. I do not know how to bind it.

Thank you. 

Reply via email to