Skip to content

Instantly share code, notes, and snippets.

@kharissulistiyo
Created August 20, 2016 17:49
Show Gist options
  • Save kharissulistiyo/06bdd5636401c836b077359a9e74f26a to your computer and use it in GitHub Desktop.
Save kharissulistiyo/06bdd5636401c836b077359a9e74f26a to your computer and use it in GitHub Desktop.
JS mobile menu
if ( matchMedia( 'only screen and (max-width: 1280px)' ).matches ) {
currMenuType = 'mobile';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment