// If an element inside a dropdown menu has the "keep-open" class, // disable closing the dropdown menu. $(document).on('click.bs.dropdown.data-api', '.keep-open', function (e) { e.stopPropagation(); });