Bootstrap dropdown not working

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

    Here what i did is .....

    Just removed bootstrap.min.js from my Project and added bootstrap.js to it and it started working........

    bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
                      "~/Scripts/bootstrap.js"
                      //"~/Scripts/bootstrap.min.js"));
    

提交回复
热议问题