Created
November 1, 2012 10:29
-
-
Save seyDoggy/3992967 to your computer and use it in GitHub Desktop.
Make responsive menu sub pages visible in seydesign themes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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