Skip to content

Instantly share code, notes, and snippets.

@riceguitar
Created August 3, 2017 18:22
Show Gist options
  • Save riceguitar/819c7dfd93377cfb3ca5499cd57ebbdb to your computer and use it in GitHub Desktop.
Save riceguitar/819c7dfd93377cfb3ca5499cd57ebbdb to your computer and use it in GitHub Desktop.
jQuery(function($) {
// Toggles the Open Class so that CSS can take care of animating on and off the canvas
$('.desktop-menu-toggle').click(function() {
$('.desktop-menu-wrap').toggleClass('open');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment