theme/templates/batik-sidenav.html [124:133]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $('#navigation > ul > li ul').hide(); var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { $(this).parents().slideDown('200'); $("li.highlight").removeClass("highlight"); $(this).parent().addClass("highlight"); } }); }) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - theme/templates/xgc-sidenav.html [96:105]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $('#navigation > ul > li ul').hide(); var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { $(this).parents().slideDown('200'); $("li.highlight").removeClass("highlight"); $(this).parent().addClass("highlight"); } }); }) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -