Change the CSS dropdown:hover .dropdown-menu { display: block;} Add Jquery Code $('.dropdown-toggle').click(function() { var location = $(this).attr('href'); window.location.href =... READ MORE >>
Recent Comments