diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html
index 952e341b4cc50b5365072e410e3ebe11e5fe055c..ff68b664fde4985e59a8eb56ac2f2ae5dcd395c6 100644
--- a/navbar-fixed-top/index.html
+++ b/navbar-fixed-top/index.html
@@ -66,5 +66,10 @@
 
     </div> <!-- /container -->
 
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="../assets/js/jquery.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>
diff --git a/navbar/index.html b/navbar/index.html
index bd369fd49c0471c454c5b4961951d7b30f492f00..4dea3d1ac4857d266e5543d673ad20faf3cc967b 100644
--- a/navbar/index.html
+++ b/navbar/index.html
@@ -66,5 +66,10 @@
 
     </div> <!-- /container -->
 
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="../assets/js/jquery.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>