diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 21:41:47 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 21:41:47 -0400 |
commit | a638acb5830b2130765132a5699149152ddd15b2 (patch) | |
tree | 1c6ac3a143e64a6ab9723cc8b1e3824a40a07461 /demos/selectable | |
parent | a14cf74c167b17db26d4bfdee28afce82e387d98 (diff) | |
download | jquery-ui-a638acb5830b2130765132a5699149152ddd15b2.tar.gz jquery-ui-a638acb5830b2130765132a5699149152ddd15b2.zip |
Upgrade jQuery to 1.8.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 f75ea24b3..da39ffe84 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.8.0.js"></script> + <script src="../../jquery-1.8.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 6861de0f0..221490f88 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.8.0.js"></script> + <script src="../../jquery-1.8.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 019c2ec2a..09935b130 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.8.0.js"></script> + <script src="../../jquery-1.8.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> |