question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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&ccedil;amentos</a>
    </li>
    <li>
        <a href="@Url.Action("Index", "Historico", new { area = "Gerencial" })" >Hist&oacute;rico</a>
    </li>
</ul>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
kama7commented, Jun 23, 2018

In version 1.0.0-rc.1 It can be solved using Option: coverTrigger

$(".dropdown-trigger").dropdown({
      coverTrigger:false     //If false, the dropdown will show below the trigger.
    });
0reactions
corey-fucommented, Jul 6, 2018

Thanks to @kama7 ! You saved my day !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found