aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_showhide
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-01-12 14:44:09 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-01-12 14:44:09 +0000
commitea67dc4546259acd4d076ca01ec15d4798778c74 (patch)
tree1242dfba1460eea963ef7f310c75ab6d583925d2 /demos/effects_showhide
parent3780ee78e72ea85e79614e09ef13a3eb8bd6ad65 (diff)
downloadjquery-ui-ea67dc4546259acd4d076ca01ec15d4798778c74.tar.gz
jquery-ui-ea67dc4546259acd4d076ca01ec15d4798778c74.zip
temp commit: reverted to 1.2.6 to fix website issues
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 ded453ee6..d165ef30b 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 1aa7e1cac..fb5ab186f 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 ded453ee6..d165ef30b 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 c046abc05..2c1b529fc 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 806c2bb92..0b4a5d3ec 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 ef9cffaa0..7b03c8541 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 edd098ca8..bece7af07 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 b4c35507a..993f9d834 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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 15484e3d7..6641bd306 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.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.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" />