Skip to content

Instantly share code, notes, and snippets.

@karimabdul
Last active August 29, 2015 14:06
Show Gist options
  • Save karimabdul/41630c322e3ab9000699 to your computer and use it in GitHub Desktop.
Save karimabdul/41630c322e3ab9000699 to your computer and use it in GitHub Desktop.
Gumby Framework Skip Link and Close Dropdown menu
<script>
$(document).ready(function(){
$(".skip").click(function(){
$("#dropped").removeClass("active");
});
});
</script>
@karimabdul
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment