diff options
author | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
commit | a1e069759ddcd3e56deff0d9334559b156df734c (patch) | |
tree | e29ffd729d7ee7c8a56e0a273a0fdd18a989be8c /demos/resizable | |
parent | b0195091a66f0c070610a09744c4325308b24534 (diff) | |
download | jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.tar.gz jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.zip |
switched to jQuery 1.4
Diffstat (limited to 'demos/resizable')
-rw-r--r-- | demos/resizable/animate.html | 2 | ||||
-rw-r--r-- | demos/resizable/aspect-ratio.html | 2 | ||||
-rw-r--r-- | demos/resizable/constrain-area.html | 2 | ||||
-rw-r--r-- | demos/resizable/default.html | 2 | ||||
-rw-r--r-- | demos/resizable/delay-start.html | 2 | ||||
-rw-r--r-- | demos/resizable/helper.html | 2 | ||||
-rw-r--r-- | demos/resizable/max-min.html | 2 | ||||
-rw-r--r-- | demos/resizable/snap-to-grid.html | 2 | ||||
-rw-r--r-- | demos/resizable/synchronous-resize.html | 2 | ||||
-rw-r--r-- | demos/resizable/textarea.html | 2 | ||||
-rw-r--r-- | demos/resizable/visual-feedback.html | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html index efd0b1676..67839b37b 100644 --- a/demos/resizable/animate.html +++ b/demos/resizable/animate.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Animate</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/aspect-ratio.html b/demos/resizable/aspect-ratio.html index 41160b0c6..6941aeb80 100644 --- a/demos/resizable/aspect-ratio.html +++ b/demos/resizable/aspect-ratio.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Preserve aspect ratio</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html index 38b714619..1fed4c9e1 100644 --- a/demos/resizable/constrain-area.html +++ b/demos/resizable/constrain-area.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Constrain resize area</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/default.html b/demos/resizable/default.html index a9aa056e3..ab380f06f 100644 --- a/demos/resizable/default.html +++ b/demos/resizable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Default functionality</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/delay-start.html b/demos/resizable/delay-start.html index 7d2ca2f20..bc73ded2a 100644 --- a/demos/resizable/delay-start.html +++ b/demos/resizable/delay-start.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Delay start</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/helper.html b/demos/resizable/helper.html index bb68ed946..5d8d93b05 100644 --- a/demos/resizable/helper.html +++ b/demos/resizable/helper.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Helper</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html index c5934bd2d..935b8ada2 100644 --- a/demos/resizable/max-min.html +++ b/demos/resizable/max-min.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Maximum / minimum size</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html index 26709e4d0..2b9955ef6 100644 --- a/demos/resizable/snap-to-grid.html +++ b/demos/resizable/snap-to-grid.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Snap to grid</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/synchronous-resize.html b/demos/resizable/synchronous-resize.html index 05b221bc1..b58871297 100644 --- a/demos/resizable/synchronous-resize.html +++ b/demos/resizable/synchronous-resize.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Synchronous resize</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html index 746774e21..679acb366 100644 --- a/demos/resizable/textarea.html +++ b/demos/resizable/textarea.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Textarea</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/visual-feedback.html b/demos/resizable/visual-feedback.html index 6bef02ff6..1b1f4394b 100644 --- a/demos/resizable/visual-feedback.html +++ b/demos/resizable/visual-feedback.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Visual feedback</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> |