2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+2
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>