aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-09 10:18:33 -0500
committerScott González <scott.gonzalez@gmail.com>2011-11-09 10:18:33 -0500
commit50dab05784f0d9e98cbf46a975375badb484610b (patch)
tree434ee0ff80bc270614fedab4f52ddc7128acc09e /demos/effect
parent1856a84d590e1711935b72d1441851f4595f4f7d (diff)
downloadjquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.tar.gz
jquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.zip
Upgrade jQuery to 1.7.
Diffstat (limited to 'demos/effect')
-rw-r--r--demos/effect/default.html2
-rw-r--r--demos/effect/easing.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/effect/default.html b/demos/effect/default.html
index 1e315cb3a..dcf7bf414 100644
--- a/demos/effect/default.html
+++ b/demos/effect/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Effect demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.6.4.js"></script>
+ <script src="../../jquery-1.7.js"></script>
<script src="../../ui/jquery.effects.core.js"></script>
<script src="../../ui/jquery.effects.blind.js"></script>
<script src="../../ui/jquery.effects.bounce.js"></script>
diff --git a/demos/effect/easing.html b/demos/effect/easing.html
index 14d7cf53b..ab1904130 100644
--- a/demos/effect/easing.html
+++ b/demos/effect/easing.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Easing demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.6.4.js"></script>
+ <script src="../../jquery-1.7.js"></script>
<script src="../../ui/jquery.effects.core.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>