bootstrap 3 navbar collapse button not working

后端 未结 8 1293
离开以前
离开以前 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:52

    Just my 2 cents, had:

    at the end of body, wasn't working, had to add crossorigin="anonymous" and now it's working, Bootstrap version 3.3.6. ...

提交回复
热议问题