Skip to content

Instantly share code, notes, and snippets.

@Frolki1-Dev
Created April 19, 2020 14:42
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 Frolki1-Dev/fb0adcc2da31ead2b6b00aeb4f0eb895 to your computer and use it in GitHub Desktop.
Save Frolki1-Dev/fb0adcc2da31ead2b6b00aeb4f0eb895 to your computer and use it in GitHub Desktop.
[Bootstrap] Hold dropdown open after click
$('.dropdown-menu.dropdown-hold-open').click(function(e) {
e.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment