Skip to content

Instantly share code, notes, and snippets.

@Waidoss
Created November 4, 2015 16:37
Show Gist options
  • Save Waidoss/2b225ba47e58da691b4f to your computer and use it in GitHub Desktop.
Save Waidoss/2b225ba47e58da691b4f to your computer and use it in GitHub Desktop.
$(".toggle_mnu").click(function() {
if($(".top_mnu").is(":visible")) {
$(".top_mnu").fadeOut(600);
} else {
$(".top_mnu").fadeIn(600);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment