diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-01 20:03:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-01 20:03:04 -0400 |
commit | baa2e9663c5c0e5593e4950be91a31a63ee27923 (patch) | |
tree | 02c4f2d2e197f77ad93a88adfd256c3225bf09ac /demos/selectable | |
parent | 1d4795683e21a49115f1b0458349c63c5f54ac33 (diff) | |
download | jquery-ui-baa2e9663c5c0e5593e4950be91a31a63ee27923.tar.gz jquery-ui-baa2e9663c5c0e5593e4950be91a31a63ee27923.zip |
Upgrade jQuery to 1.6.2.
Diffstat (limited to 'demos/selectable')
-rw-r--r-- | demos/selectable/default.html | 2 | ||||
-rw-r--r-- | demos/selectable/display-grid.html | 2 | ||||
-rw-r--r-- | demos/selectable/serialize.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/selectable/default.html b/demos/selectable/default.html index 983a04b3f..ff42dcd2d 100644 --- a/demos/selectable/default.html +++ b/demos/selectable/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectable - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.5.1.js"></script> + <script src="../../jquery-1.6.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/selectable/display-grid.html b/demos/selectable/display-grid.html index b045eb99c..3d6f1d1a6 100644 --- a/demos/selectable/display-grid.html +++ b/demos/selectable/display-grid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectable - Display as grid</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.5.1.js"></script> + <script src="../../jquery-1.6.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/selectable/serialize.html b/demos/selectable/serialize.html index 18e35dae2..8d3bdf945 100644 --- a/demos/selectable/serialize.html +++ b/demos/selectable/serialize.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectable - Serialize</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.5.1.js"></script> + <script src="../../jquery-1.6.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> |