Last active
August 29, 2015 14:06
-
-
Save karimabdul/41630c322e3ab9000699 to your computer and use it in GitHub Desktop.
Gumby Framework Skip Link and Close Dropdown menu
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
<script> | |
$(document).ready(function(){ | |
$(".skip").click(function(){ | |
$("#dropped").removeClass("active"); | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quick fix to close dropped menu when using skip links in Gumby Framework.
1- Copy skipdrop javascript and paste befor
2- Add #dropped to navigation