aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_showhide
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-01-03 04:56:50 +0000
committerScott González <scott.gonzalez@gmail.com>2009-01-03 04:56:50 +0000
commit03f0b95b52f51e3190a6c429c036fa5f1e6d643f (patch)
tree779f17d1379ec3748b48f012d77385180098cded /demos/effects_showhide
parentb1e7e786ffcc6386af9aa684eebcd99ad6cb3224 (diff)
downloadjquery-ui-03f0b95b52f51e3190a6c429c036fa5f1e6d643f.tar.gz
jquery-ui-03f0b95b52f51e3190a6c429c036fa5f1e6d643f.zip
Updated all demos/tests to jQuery 1.3pre.
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 a8e587f3a..2ae469664 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 3e39ce09d..73b18571a 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 a8e587f3a..2ae469664 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 ab5ffc981..12bd08b33 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 9da3b602c..27309dda3 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 b2aeef405..d022c3fe7 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 9651d3bb4..f9f4f9ff0 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 97eff931d..c1390ae98 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 ebce2f92a..975bbec26 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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" />