Topic: Jquery Admin drop downs in top nav don't work IE browser
kimfreesland
pro asked 8 years ago
Mikołaj Smoleński
staff answered 8 years ago
$(document).on('click', function(e) {
let dropdownEl = e.target.parentNode;
if(dropdownEl.classList) {
if(dropdownEl.classList.contains('dropdown-toggle')) {
$('.dropdown-menu').removeClass('show');
$(e.target.parentNode.parentNode.childNodes).addClass('show');
} else {
$('.dropdown-menu').removeClass('show');
}
} else {
$('.dropdown-menu').removeClass('show');
}
});
Regards kimfreesland pro commented 8 years ago
Thank you so much, that did the trick! Thank you for making such an awesome UI/UX product. Our team really loves MDB and so does our clients!
kimfreesland
pro answered 8 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No