Bootstrap dropdown not working

前端 未结 24 1051
孤城傲影
孤城傲影 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:48

    I had a similar issue only to observe that i had added the bootstrap script twice and the second bootstrap script was after above the jquery script.

    Solution:

    • Ensure that bootstrap.min.js and jquery.min.js are only included once in your file.
    • The bootstrap.min.js script should be included after jquery.min.js

提交回复
热议问题