diff options
author | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
---|---|---|
committer | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
commit | b440979ba6f0b6299dc2cb9c60939d1b7998fd5e (patch) | |
tree | bc57e813b5a777a2e2de77f9a1b055ed17ef40ba /demos/accordion | |
parent | a129a93a4d3a76e646423b6238459a12c80e22b0 (diff) | |
download | jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.tar.gz jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.zip |
Updating 'jQuery' to 1.9.1.
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/collapsible.html | 2 | ||||
-rw-r--r-- | demos/accordion/custom-icons.html | 2 | ||||
-rw-r--r-- | demos/accordion/default.html | 2 | ||||
-rw-r--r-- | demos/accordion/fillspace.html | 2 | ||||
-rw-r--r-- | demos/accordion/hoverintent.html | 2 | ||||
-rw-r--r-- | demos/accordion/no-auto-height.html | 2 | ||||
-rw-r--r-- | demos/accordion/sortable.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html index 47c2cbff9..659dfa744 100644 --- a/demos/accordion/collapsible.html +++ b/demos/accordion/collapsible.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Collapse content</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/custom-icons.html b/demos/accordion/custom-icons.html index 48b0ea745..dd5a91ff9 100644 --- a/demos/accordion/custom-icons.html +++ b/demos/accordion/custom-icons.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Customize icons</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/default.html b/demos/accordion/default.html index e64159e37..c3bcfddf3 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index 5baf6c5d2..49f92fb11 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Fill space</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.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/accordion/hoverintent.html b/demos/accordion/hoverintent.html index 158645519..023682d4b 100644 --- a/demos/accordion/hoverintent.html +++ b/demos/accordion/hoverintent.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Open on hoverintent</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/no-auto-height.html b/demos/accordion/no-auto-height.html index 679444ae7..8df94cb71 100644 --- a/demos/accordion/no-auto-height.html +++ b/demos/accordion/no-auto-height.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - No auto height</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/sortable.html b/demos/accordion/sortable.html index 1596ed34b..4a25f2413 100644 --- a/demos/accordion/sortable.html +++ b/demos/accordion/sortable.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Accordion - Sortable</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.9.0.js"></script> + <script src="../../jquery-1.9.1.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> |