Dropdowns not working
See original GitHub issue@Dogfalo, did something change on dropdown’s structure? I have this for button:
<a class="dropdown-button" href="#!" data-activates="dropdowngerencial">
Gerencial <i class="mdi-navigation-arrow-drop-down right"></i>
</a>
and this for content:
<ul id="dropdowngerencial" class="dropdown-content">
<li>
<a href="@Url.Action("Index", "Lancamento", new { area = "Gerencial" })" >Lançamentos</a>
</li>
<li>
<a href="@Url.Action("Index", "Historico", new { area = "Gerencial" })" >Histórico</a>
</li>
</ul>
Issue Analytics
- State:
- Created 8 years ago
- Comments:17 (3 by maintainers)
Top Results From Across the Web
Bootstrap dropdown not working - Stack Overflow
The problem occurs mostly with loading of jQuery script, make sure you add references correctly. Now test. Still if it doesn't work, check...
Read more >[Solved]-Bootstrap dropdown not working - Studytonight
Solution : The dropdown should be toggled via data attributes or using javascript. In the above program, we have forgotten to add a...
Read more >drop down menus not working in Windows 10
We suggest you to run System Maintenance and check. Method 1: Run the troubleshooter. Press Windows + X key. Go to Control panel....
Read more >Scrolling through Dropdown-Menu Does Not Work ... - Support
Solution · Open the Windows Start Menu · Open the Windows Settings by clicking on the gearwheel symbol in the Windows Start Menu...
Read more >Bootstrap 5 dropdown not working (SOLVED) - YouTube
Bootstrap 5 dropdown not working (SOLVED) ; Professional CSS Course: https://bytegrad.com/professional-css... ; Professional JavaScript ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In version
1.0.0-rc.1
It can be solved using Option:coverTrigger
Thanks to @kama7 ! You saved my day !