bootstrap dropdown going off page
<!--add dropdown-menu-right class to the dropdown-menu -->
<div class="dropdown-menu dropdown-menu-right">
bootstrap dropdown going off page
<!--add dropdown-menu-right class to the dropdown-menu -->
<div class="dropdown-menu dropdown-menu-right">
bootstrap prevent dropdown from closing on click
// 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();
});
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us