bootstrap 3 navbar collapse button not working

后端 未结 8 1302
离开以前
离开以前 2020-12-06 08:59

I did some modification in navbar but now the toggle button is not responding on click. Below is my code. Where I am wrong ??


CODE:

           


        
8条回答
  •  抹茶落季
    2020-12-06 09:36

    In you should have two

    The first one will load jQuery from the CDN, and second one will load Bootstrap's Javascript from a local directory (in this case it's a directory called js).

提交回复
热议问题