Created
February 20, 2018 19:44
-
-
Save t-laird/662b717e0ae8ba1744757019f328d9ff 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
const openHeader = () => { | |
$('.header').toggleClass('closed'); | |
}; | |
$('.header__main').on('click', openHeader); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment