Bootstrap Navbar. When I press the button nothing happens

前端 未结 2 1564
春和景丽
春和景丽 2020-11-28 17:05

I have a problem with my navbar. When the screen is small a Button appear, but when I press the button nothing happens.

This is my code and i don\'t really know why

2条回答
  •  抹茶落季
    2020-11-28 17:24

    What is missing is a reference to jquery.js. I created jsfiddle to demonstrate it.

    Please note that you need to reference jquery.js before referecing bootstrap.js

    Your html head should look like:

    
    
    
    

    Hope this works

提交回复
热议问题