april-s
2/24/2015 - 8:42 PM

Bootstrap hover on dropdown and click on mobile.

Bootstrap hover on dropdown and click on mobile.

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