mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-10 22:24:19 +01:00
Add Bootstrap JS to make collapsible nav work
This example uses the collapsible nav for smaller screen sizes, and it requires Bootstrap JS to get that functionality.
This commit is contained in:
parent
cee5f6fbdf
commit
d149f651f2
@ -91,5 +91,7 @@
|
|||||||
|
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
<script src="../assets/js/jquery.js"></script>
|
||||||
|
<script src="../bootstrap/js/bootstrap.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user