aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_showhide
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-22 09:13:28 +0000
commit19a1468fc3af67c0fb5eefb4aad460d439830808 (patch)
treef01e7bc708d070e061a63368f89ab12774e71286 /demos/effects_showhide
parent4176d55bfbf4dc4cb1d7704fc9d52c1fb345dfc0 (diff)
downloadjquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.tar.gz
jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.zip
switched to jQuery 1.3.1
Diffstat (limited to 'demos/effects_showhide')
-rw-r--r--demos/effects_showhide/blind.html2
-rw-r--r--demos/effects_showhide/clip.html2
-rw-r--r--demos/effects_showhide/default.html2
-rw-r--r--demos/effects_showhide/drop.html2
-rw-r--r--demos/effects_showhide/explode.html2
-rw-r--r--demos/effects_showhide/fold.html2
-rw-r--r--demos/effects_showhide/puff.html2
-rw-r--r--demos/effects_showhide/scale.html2
-rw-r--r--demos/effects_showhide/slide.html2
9 files changed, 9 insertions, 9 deletions
diff --git a/demos/effects_showhide/blind.html b/demos/effects_showhide/blind.html
index 4cef39730..413b2c7e4 100644
--- a/demos/effects_showhide/blind.html
+++ b/demos/effects_showhide/blind.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Blind Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.blind.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/clip.html b/demos/effects_showhide/clip.html
index 55184fa40..53d58cfa7 100644
--- a/demos/effects_showhide/clip.html
+++ b/demos/effects_showhide/clip.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Clip Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.clip.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/default.html b/demos/effects_showhide/default.html
index 4cef39730..413b2c7e4 100644
--- a/demos/effects_showhide/default.html
+++ b/demos/effects_showhide/default.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Blind Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.blind.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html
index 288c86436..c86c5c73f 100644
--- a/demos/effects_showhide/drop.html
+++ b/demos/effects_showhide/drop.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Drop Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.drop.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html
index e3f302f76..e8f689501 100644
--- a/demos/effects_showhide/explode.html
+++ b/demos/effects_showhide/explode.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Explode Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.explode.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/fold.html b/demos/effects_showhide/fold.html
index cd3ec95ae..8c1724a02 100644
--- a/demos/effects_showhide/fold.html
+++ b/demos/effects_showhide/fold.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Fold Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.fold.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/puff.html b/demos/effects_showhide/puff.html
index cbd6e346b..6bfd0cfb1 100644
--- a/demos/effects_showhide/puff.html
+++ b/demos/effects_showhide/puff.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Puff Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.scale.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/scale.html b/demos/effects_showhide/scale.html
index d0d723b99..f289cd10d 100644
--- a/demos/effects_showhide/scale.html
+++ b/demos/effects_showhide/scale.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Scale Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.scale.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/effects_showhide/slide.html b/demos/effects_showhide/slide.html
index d59b76059..3ddb7391f 100644
--- a/demos/effects_showhide/slide.html
+++ b/demos/effects_showhide/slide.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Effects - Slide Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<script type="text/javascript" src="../../ui/effects.slide.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />