I have tried looking for solutions but have not been successful. My apologies for asking what may seem like a simple question. The toggle button is not expanding to show the menu items when clicked. It works fine on the "home" page but not on the linked pages. The code is very similar to the functioning toggle, and the JavaScript scripts are at the end of the page. Any assistance with this issue would be greatly appreciated.
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse-3" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-collapse" id="collapse-3">
<ul class="nav navbar-nav">
<li><a href="../Lark_home_page2.html">Home</a></li>
<li><a href="../Lark_User_Objects.zip">Download</a></li>
<li><a href="../Lark_tutorials/Lark_tutorials.html">Tutorials</a></li>
<li><a href="Lark_resources.html">Resources</a></li>
<li><a href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2d414c5f46035e5d484e595f4c410341444a45596d4a404c4441034e4240">[email protected]</a>">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>