Skip to content

Instantly share code, notes, and snippets.

@Rockbeard
Created February 7, 2018 10:14
Show Gist options
  • Save Rockbeard/5c582364ee36559116c78234c4436de8 to your computer and use it in GitHub Desktop.
Save Rockbeard/5c582364ee36559116c78234c4436de8 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
jQuery('#humburger-icon').click(function(){
jQuery(this).toggleClass('open');
jQuery('.header_nav').toggleClass('s-show');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment