diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
commit | 34409e7ddd58b3ccfed8175f7febd896ffea9e82 (patch) | |
tree | bc20a3245dea2cb384c47164cce03963b79fc461 /demos/button | |
parent | 92bcef9305baf6d496d743f16e125d12820140cf (diff) | |
download | jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.tar.gz jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.zip |
Updating to jQuery 1.9.0
Diffstat (limited to 'demos/button')
-rw-r--r-- | demos/button/checkbox.html | 2 | ||||
-rw-r--r-- | demos/button/default.html | 2 | ||||
-rw-r--r-- | demos/button/icons.html | 2 | ||||
-rw-r--r-- | demos/button/radio.html | 2 | ||||
-rw-r--r-- | demos/button/splitbutton.html | 2 | ||||
-rw-r--r-- | demos/button/toolbar.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index 9d0aa4cf0..70a319ef5 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Checkboxes</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/default.html b/demos/button/default.html index bc9dc1010..f90ef5845 100644 --- a/demos/button/default.html +++ b/demos/button/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/icons.html b/demos/button/icons.html index cc6a6cd7c..2638c6825 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Icons</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/radio.html b/demos/button/radio.html index 11970838b..5326b03ae 100644 --- a/demos/button/radio.html +++ b/demos/button/radio.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Radios</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index 7826975c7..cbc0ab839 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Split button</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index 62c1ca83a..d84e8e008 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Toolbar</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> |