Skip to content

Instantly share code, notes, and snippets.

@t-laird
Created February 20, 2018 19:44
Show Gist options
  • Save t-laird/662b717e0ae8ba1744757019f328d9ff to your computer and use it in GitHub Desktop.
Save t-laird/662b717e0ae8ba1744757019f328d9ff to your computer and use it in GitHub Desktop.
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