We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b6891 commit 2ea46aeCopy full SHA for 2ea46ae
ui/calendar.js
@@ -5,9 +5,14 @@
5
* Copyright 2014 jQuery Foundation and other contributors
6
* Released under the MIT license.
7
* http://jquery.org/license
8
- *
9
- * http://api.jqueryui.com/calendar/
10
*/
+
+//>>label: Datepicker
11
+//>>group: Widgets
12
+//>>description: Displays a calendar for inline date selection.
13
+//>>docs: http://api.jqueryui.com/calendar/
14
+//>>demos: http://jqueryui.com/calendar/
15
16
(function( factory ) {
17
if ( typeof define === "function" && define.amd ) {
18
0 commit comments