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 /ui | |
parent | 16abde399daa07e11f3b972ab675d59374cf08be (diff) | |
download | jquery-ui-a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1.tar.gz jquery-ui-a8fa502853822f7442e3cbc9a66dc3d9e5a44ee1.zip |
Checkboxxradio: Adjust demo headers
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/checkboxradio.js | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index 781274b9b..58b637581 100644 --- a/ui/widgets/checkboxradio.js +++ b/ui/widgets/checkboxradio.js @@ -2,12 +2,19 @@ * jQuery UI Checkboxradio @VERSION * http://jqueryui.com * - * Copyright 2014 jQuery Foundation and other contributors + * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/checkboxradio/ */ + +//>>label: Checkboxradio +//>>group: Widgets +//>>description: Enhances a form with multiple themeable checkboxes or radio buttons. +//>>docs: http://api.jqueryui.com/checkboxradio/ +//>>demos: http://jqueryui.com/checkboxradio/ +//>>css.structure: ../themes/base/core.css, ../themes/base/button.css, ../themes/base/checkboxradio.css +//>>css.theme: ../themes/base/theme.css + ( function( factory ) { if ( typeof define === "function" && define.amd ) { |