
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. // This is the most basic implementation with all default options and methods. var $elem = $( '#orgchart' ); $elem.orgBuilder(); });