Line 435: | Line 435: | ||
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols | //this function controls the expand and collapse buttons of the menu and changes the +/- symbols | ||
function menu_functionality() { | function menu_functionality() { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
// call the current page highlight function | // call the current page highlight function | ||
highlight_current_page(); | highlight_current_page(); | ||
Line 463: | Line 448: | ||
selected.addClass("active"); | selected.addClass("active"); | ||
selected.parents(".dropdown").addClass("active"); | selected.parents(".dropdown").addClass("active"); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 482: | Line 461: | ||
$("#bars_item").click(function() { | $("#bars_item").click(function() { | ||
// show/hide the menu wrapper | // show/hide the menu wrapper | ||
− | $("nav"). | + | $("nav").slideToggle(); |
}); | }); | ||
} | } |
Revision as of 09:24, 14 July 2017