Twitter Bootstrap drop down menu not working

后端 未结 8 1930
遇见更好的自我
遇见更好的自我 2021-02-08 03:33

I know there are a lot of questions like this on Stack Overflow and I\'ve looked at them but my dropdown menu still isn\'t working.

Here\'s my code:



        
8条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 04:05

    I had a similar problem. And the cause was the wrong order of js files in head tag. Correct order is the jquery.min.js first than bootstrap.min.js

    
    
    

提交回复
热议问题