Skip to content

Instantly share code, notes, and snippets.

@aibrean
Last active August 29, 2015 14:16
Show Gist options
  • Save aibrean/1596482bdba976a46e2a to your computer and use it in GitHub Desktop.
Save aibrean/1596482bdba976a46e2a to your computer and use it in GitHub Desktop.
Bootstrap hover on dropdown and click on mobile.
$('.dropdown').on('mouseenter mouseleave click tap', function () {
$(this).toggleClass("open");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment