bootstrap 3 navbar collapse button not working

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

    Well i had the same problem what when i added the following code within the tag my problem fixed :

        <head>
           <meta name="viewport" content="width=device-width , initial-scale=1" />
        </head>
    

    I hope this can help you guys!

    0 讨论(0)
  • 2020-12-06 09:52

    Just my 2 cents, had:

    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>

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

    0 讨论(0)
提交回复
热议问题