UNPKG

election-helpers

Version:
18 lines (15 loc) 446 B
(function($) { // TODO: make the node ID configurable var treeNode = $('#jsdoc-toc-nav'); // initialize the tree treeNode.tree({ autoEscape: false, closedIcon: '&#x21e2;', data: [{"label":"<a href=\"global.html\">Globals</a>","id":"global","children":[]}], openedIcon: ' &#x21e3;', saveState: false, useContextMenu: false }); // add event handlers // TODO })(jQuery);