Bootstrap - dropdown menu not working?

后端 未结 11 1910
一向
一向 2020-12-24 00:43

My dropdown menu in Bootstrap doesnt appear to be working - can anyone alert me to the problem? Right now it displays the dropdown, but clicking it does nothing. Thanks!

11条回答
  •  一向
    一向 (楼主)
    2020-12-24 01:25

    you are missing the "btn btn-navbar" section. For example:

            
                
                
                
            
    

    Take a look to navbar documentation in:

    Twitter Bootstrap

提交回复
热议问题