diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-14 23:26:15 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-14 23:26:15 +0000 |
commit | 2b728dc730f436bbf43fa37debd83f530c803b0f (patch) | |
tree | 111565f5c8f6f24f61867c8fb66cd44c918e0072 /demos/effects_showhide | |
parent | aa9672456e12a19e776a535b57a22d92846adc01 (diff) | |
download | jquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.tar.gz jquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.zip |
Happy Birthday jQuery (switched to jQuery 1.3)
Diffstat (limited to 'demos/effects_showhide')
-rw-r--r-- | demos/effects_showhide/blind.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/clip.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/default.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/drop.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/explode.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/fold.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/puff.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/scale.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/slide.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/demos/effects_showhide/blind.html b/demos/effects_showhide/blind.html index a5020e540..49253dc8f 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 1fea53a68..9508f11d6 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 a5020e540..49253dc8f 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 476deaafb..7a5060ad6 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 67b7942ea..df1f4b896 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 7b886b62c..57bcae8ef 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 e1f24067f..073eb9e64 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 68426ed9b..824d0d71b 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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 15a9e1738..0dda03ab6 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.3rc2.js"></script> + <script type="text/javascript" src="../../jquery-1.3.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" /> |