Skip to content

Instantly share code, notes, and snippets.

@fassetar
Created April 18, 2014 03:53
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 fassetar/11024122 to your computer and use it in GitHub Desktop.
Save fassetar/11024122 to your computer and use it in GitHub Desktop.
Bootstrap Dropdown-CheckList
$('.dropdown-menu').on('click', function(e) {
if($(this).hasClass('dropdown-menu-form')) {
e.stopPropagation();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment