Spaces:
Running
Running
Ian Renton
commited on
Commit
•
efd09c6
1
Parent(s):
d949fc5
jQuery UI Touch Punch
Browse files- index.html +1 -0
index.html
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" type="text/css">
|
8 |
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
9 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
|
|
|
10 |
<script src="code.js"></script>
|
11 |
|
12 |
</head>
|
|
|
7 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" type="text/css">
|
8 |
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
9 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
|
10 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
|
11 |
<script src="code.js"></script>
|
12 |
|
13 |
</head>
|