Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Last active August 7, 2016 18:31
Show Gist options
  • Save zaurmag/0ed19077832584a0bc3c9f737e6893b5 to your computer and use it in GitHub Desktop.
Save zaurmag/0ed19077832584a0bc3c9f737e6893b5 to your computer and use it in GitHub Desktop.
Enquire JS
// ======= Enquire JS =======
enquire.register("screen and (max-width:1170px)", {
match: function() {
$('.menu-nav-wrapper').dropdownMenu();
},
unmatch: function() {
$('.menu-nav-wrapper').dropdownMenu({
destroy: true
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment