diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
commit | 89ff5c523241a45c54cca0d4e1610381e092fef6 (patch) | |
tree | ca9fd6dc58a0566101d993ebd911aaf25a19cfc9 /demos/droppable | |
parent | 392c003e636abd5ab169f0bd7e57dc3439bc3ad8 (diff) | |
download | jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.tar.gz jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.zip |
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'demos/droppable')
-rw-r--r-- | demos/droppable/accepted-elements.html | 2 | ||||
-rw-r--r-- | demos/droppable/default.html | 2 | ||||
-rw-r--r-- | demos/droppable/photo-manager.html | 2 | ||||
-rw-r--r-- | demos/droppable/propagation.html | 2 | ||||
-rw-r--r-- | demos/droppable/revert.html | 2 | ||||
-rw-r--r-- | demos/droppable/shopping-cart.html | 2 | ||||
-rw-r--r-- | demos/droppable/visual-feedback.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html index 9ea751a58..7e8451571 100644 --- a/demos/droppable/accepted-elements.html +++ b/demos/droppable/accepted-elements.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Accept</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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/droppable/default.html b/demos/droppable/default.html index 57d267d6d..61e9c08ac 100644 --- a/demos/droppable/default.html +++ b/demos/droppable/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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/droppable/photo-manager.html b/demos/droppable/photo-manager.html index e48c76086..d3586e62e 100644 --- a/demos/droppable/photo-manager.html +++ b/demos/droppable/photo-manager.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Simple photo manager</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.2.js"></script> <script src="../../ui/jquery.ui.position.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index 40587b110..7982e2af0 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Prevent propagation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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/droppable/revert.html b/demos/droppable/revert.html index fcb9d2ef3..2809ff421 100644 --- a/demos/droppable/revert.html +++ b/demos/droppable/revert.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Revert draggable position</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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/droppable/shopping-cart.html b/demos/droppable/shopping-cart.html index 7d0b5068f..8a08f576b 100644 --- a/demos/droppable/shopping-cart.html +++ b/demos/droppable/shopping-cart.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Shopping Cart Demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html index 753bae344..889f3be02 100644 --- a/demos/droppable/visual-feedback.html +++ b/demos/droppable/visual-feedback.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Visual feedback</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.1.js"></script> + <script src="../../jquery-1.7.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> |