Skip to content

Commit 74f520e

Browse files
committed
All: Update demos to use UI 1.13.0 with jQuery 3.6.0
Previously, demos used UI 1.12.1 with jQuery 1.12.4.
1 parent 2518a81 commit 74f520e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

resources/color-animation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Color Animation Demo</title>
6-
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.0/themes/smoothness/jquery-ui.css">
77
<style>
88
#elem {
99
color: #006;
@@ -13,8 +13,8 @@
1313
text-align: center;
1414
}
1515
</style>
16-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
17-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
16+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
17+
<script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
1818
</head>
1919
<body>
2020

resources/easing-comparison.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Effects - Easing Comparison demo</title>
6-
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
7-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
8-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.0/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
8+
<script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/easing-graph.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Easing Equations</title>
6-
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
7-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
8-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.0/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
8+
<script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/icons-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Icons</title>
6-
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
7-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
8-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.0/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
8+
<script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 75%;

0 commit comments

Comments
 (0)