Skip to content

Instantly share code, notes, and snippets.

@kary4
Last active July 18, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kary4/b2722e290489d6f9dc7a1be5c5eaf8fa to your computer and use it in GitHub Desktop.
Save kary4/b2722e290489d6f9dc7a1be5c5eaf8fa to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
jQuery('.mobile_nav,.select_page').click(function(e){
if(e.target != this) return;
jQuery('.mobile_menu_bar.mobile_menu_bar_toggle').trigger('click');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment