Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Created November 1, 2012 10:29
Show Gist options
  • Save seyDoggy/3992967 to your computer and use it in GitHub Desktop.
Save seyDoggy/3992967 to your computer and use it in GitHub Desktop.
Make responsive menu sub pages visible in seydesign themes.
// show nested sub pages
if (nav_toolbar3.find(" > ul li > ul")) {
nav_toolbar3.find("a.current").siblings("ul").css("display", "block").end().parents("ul").css("display", "block");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment