1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Rewrite Collapse without jQuery

This commit is contained in:
Johann-S
2017-09-15 13:13:14 +02:00
committed by XhmikosR
parent 53ca76ebc0
commit 69e4d4f3ac
4 changed files with 174 additions and 149 deletions

View File

@@ -73,6 +73,8 @@
<script src="../../../node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="../../dist/dom/eventHandler.js"></script>
<script src="../../dist/dom/selectorEngine.js"></script>
<script src="../../dist/dom/data.js"></script>
<script src="../../dist/util.js"></script>
<script src="../../dist/collapse.js"></script>
</body>