About 4,920,000 results
Open links in new tab
  1. How can I implement nested dropdown menus in Bootstrap 5, …

    Feb 13, 2025 · How can I fix a multi-level dropdown issue in Bootstrap, where submenus do not open as expected on click? I tried making a multi-level dropdown menu in Bootstrap isn't functioning as …

  2. Adding a Dropdown menu to the NavBar in an ASP.Net Core Web App …

    Sep 30, 2021 · 3 Be sure your Bootstrap version is v5.1, you can add the following css and js file to your project _Layout.cshtml:

  3. Bootstrap 5 - Uncaught TypeError: Popper__namespace.createPopper …

    Aug 12, 2021 · It happens because Bootstrap 5+ uses popper js for dropdown, and requires popper.js or popper.min.js to be declared in your script sources, or you can use bootstrap.bundle.js (or …

  4. Bootstrap putting checkbox in a dropdown - Stack Overflow

    Provides guidance on how to implement a checkbox within a dropdown menu using Bootstrap framework, including code examples and troubleshooting tips.

  5. How to open Bootstrap dropdown programmatically

    Apr 11, 2015 · I'm trying to open a Bootstrap dropdown when I click a item of another dropdown. The idea is to select a city from the first drop down - then the script will auto open the second dropdown …

  6. Changing the direction of a Bootstrap dropdown [closed]

    Feb 15, 2017 · How can I change the direction of a Twitter Bootstrap dropdown? I have a dropdown like this: But I want it to look like this:

  7. html - Changing Dropdown Icon on Bootstrap - Stack Overflow

    99 Bootstrap 5 (update 2023) Changing the dropdown caret to an icon still works the same way in Bootstrap 5. Don't forget to change the data-toggle to data-bs-toggle:

  8. Bootstrap: Position of dropdown menu relative to navbar item

    Learn how to position a Bootstrap dropdown menu relative to a navbar item with practical examples and solutions.

  9. How to make a scrollable dropdown menu in bootstrap 5?

    Jul 4, 2021 · I've seen some great code examples for dropdown menus you can scroll through but sadly most don't work with bootstrap 5. Is there any modern way to do this?

  10. Adding a slide effect to bootstrap dropdown - Stack Overflow

    I'm using bootstrap, and I'd like to add animation to a dropdown. I want to add an animation to it, slide down and back up when leaving it. How could I do this? Things I tried: Changing the Js drop