1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

button without jquery

This commit is contained in:
XhmikosR
2017-08-21 14:49:41 +03:00
parent 47242cd0fe
commit aba87279fd
4 changed files with 72 additions and 47 deletions

View File

@@ -46,6 +46,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/button.js"></script>
</body>