Created
April 12, 2017 14:32
-
-
Save txid0x7f/c9584dd2b8cfe498b3ba1dff3fb4b197 to your computer and use it in GitHub Desktop.
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
$('.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