Bootstrap hover on dropdown and click on mobile.
$('.dropdown').on('mouseenter mouseleave click tap', function () { $(this).toggleClass("open"); });