I\'d like to have my Bootstrap menu automatically drop down on hover, rather than having to click the menu title. I\'d also like to lose the little arrows next to the menu t
If you have an element with a dropdown
class like this (for example):
Then you can have the dropdown menu to be automatically drop down on hover over, rather than having to click its title, by using this snippet of jQuery code:
Here is a demo
This answer relied on @Michael answer, I have made some changes and added some additions to get the dropdown menu work properly