Bootstrap dropdown not working

前端 未结 24 1009
孤城傲影
孤城傲影 2020-12-07 18:05

I can\'t make bootstrap dropdown to work. Here is my html for nav:

  • Home
24条回答
  •  执笔经年
    2020-12-07 18:56

    I had the same issue which brought me here.

    My Issue : I was using the recommended jquery 1.12.0 version as my jquery script file.

    Solution : replaced the jquery script with jquery 2.2.0 version.

    That solved it for me.

提交回复
热议问题