JQuery/CSS Organisation Chart

JQuery

$("#organisation").orgChart({container: $("#main")});
                

CSS

div.orgChart div.node {
    cursor: pointer;
}
                

Clicks

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.