how to make a dropdown stay open code example
Example: i want the dropdown to remain after click event
$('#myDropdown').on('hide.bs.dropdown', function () {
return false;
});
$('#myDropdown').on('hide.bs.dropdown', function () {
return false;
});