diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
commit | 352b081a3944b7f8dd523ebe302ed38da7093efa (patch) | |
tree | 9af739d184cd3316684a781b45260b5bfe7d9cef /demos/effects_showhide | |
parent | 1ca5ae160ca1243ba6232abba8f52e09dd7172f6 (diff) | |
download | jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.tar.gz jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.zip |
Switched to jQuery 1.3.2
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 413b2c7e4..9027e43e1 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 53d58cfa7..44a497f11 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 413b2c7e4..9027e43e1 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 c86c5c73f..ed8e5abee 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 b21d55fe4..67b3c70eb 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 8c1724a02..58b302d1f 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 6bfd0cfb1..78b1ccabd 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 f289cd10d..640a14437 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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 3ddb7391f..1da994bac 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.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.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" /> |