How to implement a Navbar Dropdown Hover in Bootstrap v4?

前端 未结 20 954
猫巷女王i
猫巷女王i 2020-12-02 05:40

I am a bit confused on the new bootstrap version since they changed dropdown menus to divs:

20条回答
  •  眼角桃花
    2020-12-02 06:37

    This solution switches on and off

    
    

    To disable the hover for lg sized collapse menus add

    if(( $(window).width() >= 992 )) {
    

提交回复
热议问题