Skip to content

Instantly share code, notes, and snippets.

@ColtMoney
Created October 8, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColtMoney/5366618d3d5cc5ed9d5252335b642acd to your computer and use it in GitHub Desktop.
Save ColtMoney/5366618d3d5cc5ed9d5252335b642acd to your computer and use it in GitHub Desktop.
$(".hamburger").click(function(){
$(this).toggleClass("is-active");
$(".main_mnu ul").slideToggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment