diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-01-07 21:51:38 -0500 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:35 -0400 |
commit | 16abde399daa07e11f3b972ab675d59374cf08be (patch) | |
tree | df9f2ef654f5357ad1e7e1eac3ad6f79194b33f1 /demos/button/icons.html | |
parent | 9f7f0a427966741a460e91336947698879f8ad77 (diff) | |
download | jquery-ui-16abde399daa07e11f3b972ab675d59374cf08be.tar.gz jquery-ui-16abde399daa07e11f3b972ab675d59374cf08be.zip |
Spinner: Updates for new button widget and classes option
Diffstat (limited to 'demos/button/icons.html')
-rw-r--r-- | demos/button/icons.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/button/icons.html b/demos/button/icons.html index a8deca9cd..af4e3000c 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -5,13 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Button - Icons</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../external/jquery/jquery.js"></script> - <script src="../../ui/core.js"></script> - <script src="../../ui/widget.js"></script> - <script src="../../ui/button.js"></script> <link rel="stylesheet" href="../demos.css"> - <script> - $( function() { + <script src="../../external/requirejs/require.js"></script> + <script src="../bootstrap.js"> $( ".widget button" ).first() .button() .next().button( { @@ -29,7 +25,6 @@ icon: "ui-icon-gear", iconPosition: "bottom" } ); - } ); </script> </head> <body> @@ -41,7 +36,6 @@ <button>Button with icon on the right</button> <button>Button with icon on the top</button> <button>Button with icon on the bottom</button> - <button>Button with icon on the top</button> </div> <div class="css"> <h1>CSS</h1> |