Appendix 1: Full SRU Menu Sequence

 

$(document).ready(function( $ ) { $("#menu").mmenu({ //"slidingSubmenus": false, //flat nav option "extensions": [ "pageshadow", "theme-dark", "border-full", "effect-listitems-slide", //nav items slide in effect - might need to remove to increase performance "fullscreen", //full-screen nav "panelshadow" //drop-shadow on stacked panels - might need to remove to increase performance ], "navbar": { "title": " " //overwrites the default 'Menu' heading on the first level }, "navbars": [ { "position": "top", "content": [ "
Home
|
Login
", "close" ] }, { "position": "top", "content": [ "prev", "title" ] }, { "position": "bottom", "content": [ " ", "", "", "", "" ] } ], "iconPanels": { "add" : true, "visible" : 3, }, "counters": true, //adds counter to sub-menues "offCanvas": { "position": "right" //expend nav from the right }, "currentItem": { "find": true } }); }); --> --> -->