Skip to content

Instantly share code, notes, and snippets.

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