President/CEO
$(document).ready(function(){ // Create an instance of orgBuilder within the target element(s). // If $elem represents multiple elements, orgBuilder will be instantiated within each one. // Use the draggable option to enable drag and drop re-parenting. var $elem = $( '#orgchart' ); $elem.orgBuilder({ 'draggable':true }); });