Answers for "collapse navbar-collapse bootstrap 4 not working"

0

navbar toggle not working bootstrap 4

You need to put:-

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
Before all the other js files.

Then it will work.

Working example:- https://jsfiddle.net/mmqhw26j/

Note:- Take care that jQuery core-library/base-library need to be added first and then only any other jQuery file/library can be added
Posted by: Guest on March-23-2021
-1

bootstrap 4 navbar-collapse not working angular

<div class="collapse navbar-collapse" [ngbCollapse]="navbarCollapsed" id="navbarSupportedContent">
Posted by: Guest on August-09-2020

Code answers related to "collapse navbar-collapse bootstrap 4 not working"

Browse Popular Code Answers by Language