diff options
Diffstat (limited to 'ui/selectmenu.js')
-rw-r--r-- | ui/selectmenu.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/selectmenu.js b/ui/selectmenu.js index 0859a2c2c..5e9ee351b 100644 --- a/ui/selectmenu.js +++ b/ui/selectmenu.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/selectmenu */ + +//>>label: Selectmenu +//>>group: Widgets +//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select. +//>>docs: http://api.jqueryui.com/selectmenu/ +//>>demos: http://jqueryui.com/selectmenu/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |