I am trying to achieve this:
Create a page with multiple lists, each containing a nested list to be revealed when a link is clicked.
When a link is clicked, and the content is revealed, when clicking on another link, the previously revealed content is hidden, and the new one revealed.
When clicking anywhere on the page away from the revealed content, this click will hide the item.
Here is a Pen showing the reveal action working as expected, but this does not function as I'd like so far.
http://codepen.io/juxprose/pen/pzvuC
Any pointers would be much appreciated.
Thanks.