diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-09 11:47:06 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:35 -0400 |
commit | a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1 (patch) | |
tree | 1eccb77b4b88a48514dcb7dba0056ddcdfee5d09 /demos/checkboxradio | |
parent | 16abde399daa07e11f3b972ab675d59374cf08be (diff) | |
download | jquery-ui-a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1.tar.gz jquery-ui-a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1.zip |
Checkboxxradio: Adjust demo headers
Diffstat (limited to 'demos/checkboxradio')
-rw-r--r-- | demos/checkboxradio/product-selector.html | 2 | ||||
-rw-r--r-- | demos/checkboxradio/radiogroup.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/checkboxradio/product-selector.html b/demos/checkboxradio/product-selector.html index 4e6db4507..e8be051dd 100644 --- a/demos/checkboxradio/product-selector.html +++ b/demos/checkboxradio/product-selector.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> <script src="../../external/requirejs/require.js"></script> - <script src="../bootstrap.js"> + <script src="../bootstrap.js" data-modules="controlgroup"> $( "input" ).checkboxradio(); $( "[name='shape']").on( "change", function(){ $( ".shape" ).removeClass( "circle pill square rectangle" ) diff --git a/demos/checkboxradio/radiogroup.html b/demos/checkboxradio/radiogroup.html index bfca290b0..a8f808c11 100644 --- a/demos/checkboxradio/radiogroup.html +++ b/demos/checkboxradio/radiogroup.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> <script src="../../external/requirejs/require.js"></script> - <script src="../bootstrap.js"> + <script src="../bootstrap.js" data-modules="controlgroup"> $( "input" ).checkboxradio(); $( "fieldset" ).controlgroup(); </script> |