Skip to content

Instantly share code, notes, and snippets.

@txid0x7f
Created April 12, 2017 14:32
Show Gist options
  • Save txid0x7f/c9584dd2b8cfe498b3ba1dff3fb4b197 to your computer and use it in GitHub Desktop.
Save txid0x7f/c9584dd2b8cfe498b3ba1dff3fb4b197 to your computer and use it in GitHub Desktop.
$('.menu-toggle').on('click', function () {
$(this).toggleClass('menu-toggle--on');
$('.header__nav-mobile').toggleClass('header__nav-mobile--on');
$('nav ul').toggleClass('hidden');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment