LazeeMenu
31 |Multi-level sidebar menu - JQuery plugin
32 |
33 |
23 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/site/bower_components/highlightjs/styles/sunburst.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Sunburst-like style (c) Vasily Polovnyov {{ htmlsource | escape }}
20 | {{ sourcjs | escape }}
24 | Multi-level sidebar menu - JQuery plugin
32 |
33 | 41 | LazeeMenu is a JQuery plugin that turns a nested unordered list of links into a vertical multi-level 42 | navigation menu. It is visually inspired by the similar menu used by Github on its reference pages, but 43 | with support for an additional level. It support both links and standard text in the expandable menu items. 44 |
45 | 46 |48 | Please read the README file in the 49 | GitHib repo for instructions on how to use and contribute. 50 |
51 | 52 |In this example we haven't added any links on the expandable items. This allows you to click on the entire 56 | item in order to expand it.
57 | 58 | {% set sourc %}{% include "partials/demo2.html" %}{% endset %} 59 | {% set sourcjs %}{% include "partials/demo2.js.html" %}{% endset %} 60 | {{ demo('demo2', sourc, sourcjs) }} 61 | 62 |In this example all the expandable headers are also links in themselves. In order to expand the item you 64 | have to click on the arrow beside the link. Clicking elsewhere inside the expandable item will take you to 65 | the link source.
66 | {% set sourc %}{% include "partials/demo1.html" %}{% endset %} 67 | {% set sourcjs %}{% include "partials/demo1.js.html" %}{% endset %} 68 | {{ demo('demo1', sourc, sourcjs) }} 69 | 70 |