Linked Questions
59 questions linked to/from How to make Twitter Bootstrap menu dropdown on hover rather than click
235
votes
26
answers
460k
views
Bootstrap Dropdown with Hover [duplicate]
OK, so what I need is fairly straightforward.
I have set up a navbar with some dropdown menus in it (using class="dropdown-toggle" data-toggle="dropdown"), and it works fine.
The thing is it works "...
0
votes
2
answers
8k
views
How to make hover effect instead of click in bootstrap 4 dropdown menu? [duplicate]
How to make hover effect instead of click in bootstrap dropdown menu?
Previous answers don't contain jquery code that you can just past into you own script and get a great result. Apart from this, ...
7
votes
2
answers
2k
views
How enable Hover event for bootstrap menus? [duplicate]
I implement a bootstrap responsive rich menu and it works fine.
It works on Click event ,my question is : How can I change it to Hover event ?
all bootstrap menus have this issue . bootstrap doesn't ...
2
votes
1
answer
3k
views
How to display dropdown menu and submenu items by hover not clicking [duplicate]
How can I show dropdown menu items on hovering not on clicking
Here I have about menu dropdown its displaying upon clicking but i want to making it to display menu items on hovering. Same thing ...
-1
votes
3
answers
2k
views
Bootstrap Dropdown Menu Not Dropping Down On Hover [duplicate]
I'm trying to follow this example for creating a dropdown menu in bootstrap on hover. Right now when you hover over the dropdown menu, nothing happens - (try hovering over services).
What doesn't ...
38
votes
9
answers
72k
views
Twitter Bootstrap sideways caret
I'm using Twitter Bootstrap and some custom css (found here) to have dropdown menus open up on mouseover.
I am using the "caret" on a on the root menu items to show the user there is more options ...
23
votes
7
answers
36k
views
How to make with twitter bootstrap tabs on hover instead of clicking?
I finally got Bootstrap tabs to work. I was wondering if there's a way to change the behaviour so instead of clicking just hovering the cursor would show the hidden content?
30
votes
5
answers
40k
views
How to make Bootstrap's dropdown on hover?
How can I make twitter bootstrap's menu dropdown be on hover instead of a click?
29
votes
3
answers
10k
views
What was the thinking behind the implementation of the dropdown menu in Twitter Bootstrap? [closed]
I've been looking at Twitter's Bootstrap framework and I'm really impressed. However, I don't understand the thinking behind the way the dropdown navigation menu works.
Firstly, in order to see child ...
12
votes
3
answers
29k
views
href not working on dropdown-toggle - bootstrap
I fail to understand why href is not working on a tag for data-toggle="dropdown" . When I hit the Lists tab, i should be routed to the google website.
FIDDLE HERE
Simple HTML:
<div class="btn-...
12
votes
4
answers
14k
views
angular-bootstrap dropdown on mouseenter and keep dropdown-menu from hiding before being clicked.
First, I'm aware of this posts:
Activating bootstrap dropdown menu on hover
Bootstrap Dropdown with Hover
How to make twitter bootstrap menu dropdown on hover rather than click
And others, but still ...
5
votes
4
answers
9k
views
Bootstrap hover tabs showing multiple tabs
I've used the answer from this question 'How to make twitter bootstrap menu dropdown on hover rather than click'
The problem is that when the mouse is moved quickly over all tabs, multiple .tab-pane ...
1
vote
6
answers
23k
views
Bootstrap v3.3.6 Dropdown not working with mobile menu
I'm trying to solve this issue since few days. I have found so many solution but nothing works for me.
I'm using bootstrap 3.3.6 and I would like to use a drop down menu.
The code works fine on a ...
1
vote
3
answers
6k
views
How to make twitter bootstrap (for Wordpress!) menu dropdown on hover rather than click
I have built a custom wordpress theme based on the bootstrap for wordpress version and I am trying to make the dropdown nav bar open on hover instead of on click.
I have found this answer here but it ...
1
vote
1
answer
7k
views
Bootstrap drop down menu in Joomla 3.1
I'm working to get the Bootstrap menu working with dropdowns as it should in Joomla 3.1. I'm nearly there, but not quite:
for the js script I use (How to make twitter bootstrap menu dropdown on hover ...