JQuery
$("#organisation").orgChart({container: $("#main")});
$("#organisation").orgChart({container: $("#main")});
div.orgChart div.node { cursor: pointer; }
Click the nodes in the chart...
Data attributes (in this case the name of the actor) are available from the original list item notified via the "node" parameter in the click handler.