diff options
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/accordion.js | 8 | ||||
-rw-r--r-- | ui/widgets/autocomplete.js | 8 | ||||
-rw-r--r-- | ui/widgets/button.js | 8 | ||||
-rw-r--r-- | ui/widgets/checkboxradio.js | 8 | ||||
-rw-r--r-- | ui/widgets/controlgroup.js | 8 | ||||
-rw-r--r-- | ui/widgets/datepicker.js | 10 | ||||
-rw-r--r-- | ui/widgets/dialog.js | 8 | ||||
-rw-r--r-- | ui/widgets/draggable.js | 8 | ||||
-rw-r--r-- | ui/widgets/droppable.js | 8 | ||||
-rw-r--r-- | ui/widgets/menu.js | 8 | ||||
-rw-r--r-- | ui/widgets/mouse.js | 6 | ||||
-rw-r--r-- | ui/widgets/progressbar.js | 8 | ||||
-rw-r--r-- | ui/widgets/resizable.js | 8 | ||||
-rw-r--r-- | ui/widgets/selectable.js | 8 | ||||
-rw-r--r-- | ui/widgets/selectmenu.js | 8 | ||||
-rw-r--r-- | ui/widgets/slider.js | 8 | ||||
-rw-r--r-- | ui/widgets/sortable.js | 8 | ||||
-rw-r--r-- | ui/widgets/spinner.js | 8 | ||||
-rw-r--r-- | ui/widgets/tabs.js | 12 | ||||
-rw-r--r-- | ui/widgets/tooltip.js | 8 |
20 files changed, 82 insertions, 82 deletions
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js index 7e32d10bf..d5d71224d 100644 --- a/ui/widgets/accordion.js +++ b/ui/widgets/accordion.js @@ -1,10 +1,10 @@ /*! * jQuery UI Accordion @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Accordion @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>description: Displays collapsible content panels for presenting information in a limited amount of space. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/accordion/ -//>>demos: http://jqueryui.com/accordion/ +//>>docs: https://api.jqueryui.com/accordion/ +//>>demos: https://jqueryui.com/accordion/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/accordion.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index 6a8bfcbfd..ac2cfe42b 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,17 +1,17 @@ /*! * jQuery UI Autocomplete @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Autocomplete //>>group: Widgets //>>description: Lists suggested words as the user is typing. -//>>docs: http://api.jqueryui.com/autocomplete/ -//>>demos: http://jqueryui.com/autocomplete/ +//>>docs: https://api.jqueryui.com/autocomplete/ +//>>demos: https://jqueryui.com/autocomplete/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/autocomplete.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 7365210e1..c127a6d00 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,17 +1,17 @@ /*! * jQuery UI Button @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Button //>>group: Widgets //>>description: Enhances a form with themeable buttons. -//>>docs: http://api.jqueryui.com/button/ -//>>demos: http://jqueryui.com/button/ +//>>docs: https://api.jqueryui.com/button/ +//>>demos: https://jqueryui.com/button/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/button.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index 86e6ff906..add80d80a 100644 --- a/ui/widgets/checkboxradio.js +++ b/ui/widgets/checkboxradio.js @@ -1,17 +1,17 @@ /*! * jQuery UI Checkboxradio @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>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/ +//>>docs: https://api.jqueryui.com/checkboxradio/ +//>>demos: https://jqueryui.com/checkboxradio/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/button.css //>>css.structure: ../../themes/base/checkboxradio.css diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js index 68970b7c1..fe7605d89 100644 --- a/ui/widgets/controlgroup.js +++ b/ui/widgets/controlgroup.js @@ -1,17 +1,17 @@ /*! * jQuery UI Controlgroup @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Controlgroup //>>group: Widgets //>>description: Visually groups form control widgets -//>>docs: http://api.jqueryui.com/controlgroup/ -//>>demos: http://jqueryui.com/controlgroup/ +//>>docs: https://api.jqueryui.com/controlgroup/ +//>>demos: https://jqueryui.com/controlgroup/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/controlgroup.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js index b406da7d1..a271351e0 100644 --- a/ui/widgets/datepicker.js +++ b/ui/widgets/datepicker.js @@ -1,18 +1,18 @@ /* eslint-disable max-len, camelcase */ /*! * jQuery UI Datepicker @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Datepicker //>>group: Widgets //>>description: Displays a calendar from an input or inline for selecting dates. -//>>docs: http://api.jqueryui.com/datepicker/ -//>>demos: http://jqueryui.com/datepicker/ +//>>docs: https://api.jqueryui.com/datepicker/ +//>>demos: https://jqueryui.com/datepicker/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/datepicker.css //>>css.theme: ../../themes/base/theme.css @@ -353,7 +353,7 @@ $.extend( Datepicker.prototype, { } // Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements - // http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height + // https://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height inst.dpDiv.css( "display", "block" ); }, diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index 0ff816ec6..02f63d728 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -1,17 +1,17 @@ /*! * jQuery UI Dialog @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Dialog //>>group: Widgets //>>description: Displays customizable dialog windows. -//>>docs: http://api.jqueryui.com/dialog/ -//>>demos: http://jqueryui.com/dialog/ +//>>docs: https://api.jqueryui.com/dialog/ +//>>demos: https://jqueryui.com/dialog/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/dialog.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index 0307fb8e8..818273694 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Draggable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Draggable //>>group: Interactions //>>description: Enables dragging functionality for any element. -//>>docs: http://api.jqueryui.com/draggable/ -//>>demos: http://jqueryui.com/draggable/ +//>>docs: https://api.jqueryui.com/draggable/ +//>>demos: https://jqueryui.com/draggable/ //>>css.structure: ../../themes/base/draggable.css ( function( factory ) { diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js index bb9155305..45fca0560 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Droppable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Droppable //>>group: Interactions //>>description: Enables drop targets for draggable elements. -//>>docs: http://api.jqueryui.com/droppable/ -//>>demos: http://jqueryui.com/droppable/ +//>>docs: https://api.jqueryui.com/droppable/ +//>>demos: https://jqueryui.com/droppable/ ( function( factory ) { "use strict"; diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js index 30dc8de98..1ef4b8a3d 100644 --- a/ui/widgets/menu.js +++ b/ui/widgets/menu.js @@ -1,17 +1,17 @@ /*! * jQuery UI Menu @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Menu //>>group: Widgets //>>description: Creates nestable menus. -//>>docs: http://api.jqueryui.com/menu/ -//>>demos: http://jqueryui.com/menu/ +//>>docs: https://api.jqueryui.com/menu/ +//>>demos: https://jqueryui.com/menu/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/menu.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index 73bfb2114..1dcac5277 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -1,16 +1,16 @@ /*! * jQuery UI Mouse @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Mouse //>>group: Widgets //>>description: Abstracts mouse-based interactions to assist in creating certain widgets. -//>>docs: http://api.jqueryui.com/mouse/ +//>>docs: https://api.jqueryui.com/mouse/ ( function( factory ) { "use strict"; diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index 4049f2c52..20e96440a 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -1,10 +1,10 @@ /*! * jQuery UI Progressbar @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Progressbar @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/progressbar/ -//>>demos: http://jqueryui.com/progressbar/ +//>>docs: https://api.jqueryui.com/progressbar/ +//>>demos: https://jqueryui.com/progressbar/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/progressbar.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 3f1f19833..7be097e73 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Resizable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Resizable //>>group: Interactions //>>description: Enables resize functionality for any element. -//>>docs: http://api.jqueryui.com/resizable/ -//>>demos: http://jqueryui.com/resizable/ +//>>docs: https://api.jqueryui.com/resizable/ +//>>demos: https://jqueryui.com/resizable/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/resizable.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js index 88ea5bdb3..0c35154b3 100644 --- a/ui/widgets/selectable.js +++ b/ui/widgets/selectable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Selectable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Selectable //>>group: Interactions //>>description: Allows groups of elements to be selected with the mouse. -//>>docs: http://api.jqueryui.com/selectable/ -//>>demos: http://jqueryui.com/selectable/ +//>>docs: https://api.jqueryui.com/selectable/ +//>>demos: https://jqueryui.com/selectable/ //>>css.structure: ../../themes/base/selectable.css ( function( factory ) { diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js index c80e39f60..b1e2033ba 100644 --- a/ui/widgets/selectmenu.js +++ b/ui/widgets/selectmenu.js @@ -1,10 +1,10 @@ /*! * jQuery UI Selectmenu @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Selectmenu @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>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. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/selectmenu/ -//>>demos: http://jqueryui.com/selectmenu/ +//>>docs: https://api.jqueryui.com/selectmenu/ +//>>demos: https://jqueryui.com/selectmenu/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js index 15d77d24a..7f676b414 100644 --- a/ui/widgets/slider.js +++ b/ui/widgets/slider.js @@ -1,17 +1,17 @@ /*! * jQuery UI Slider @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Slider //>>group: Widgets //>>description: Displays a flexible slider with ranges and accessibility via keyboard. -//>>docs: http://api.jqueryui.com/slider/ -//>>demos: http://jqueryui.com/slider/ +//>>docs: https://api.jqueryui.com/slider/ +//>>demos: https://jqueryui.com/slider/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/slider.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js index 9460a9f6d..70dc7e703 100644 --- a/ui/widgets/sortable.js +++ b/ui/widgets/sortable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Sortable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Sortable //>>group: Interactions //>>description: Enables items in a list to be sorted using the mouse. -//>>docs: http://api.jqueryui.com/sortable/ -//>>demos: http://jqueryui.com/sortable/ +//>>docs: https://api.jqueryui.com/sortable/ +//>>demos: https://jqueryui.com/sortable/ //>>css.structure: ../../themes/base/sortable.css ( function( factory ) { diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js index 45ff18e72..c35929a01 100644 --- a/ui/widgets/spinner.js +++ b/ui/widgets/spinner.js @@ -1,17 +1,17 @@ /*! * jQuery UI Spinner @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Spinner //>>group: Widgets //>>description: Displays buttons to easily input numbers via the keyboard or mouse. -//>>docs: http://api.jqueryui.com/spinner/ -//>>demos: http://jqueryui.com/spinner/ +//>>docs: https://api.jqueryui.com/spinner/ +//>>demos: https://jqueryui.com/spinner/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/spinner.css //>>css.theme: ../../themes/base/theme.css diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index cfa4d93f6..b8373c4e9 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -1,17 +1,17 @@ /*! * jQuery UI Tabs @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Tabs //>>group: Widgets //>>description: Transforms a set of container elements into a tab structure. -//>>docs: http://api.jqueryui.com/tabs/ -//>>demos: http://jqueryui.com/tabs/ +//>>docs: https://api.jqueryui.com/tabs/ +//>>demos: https://jqueryui.com/tabs/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/tabs.css //>>css.theme: ../../themes/base/theme.css @@ -868,7 +868,7 @@ $.widget( "ui.tabs", { .done( function( response, status, jqXHR ) { // support: jQuery <1.8 - // http://bugs.jquery.com/ticket/11778 + // https://bugs.jquery.com/ticket/11778 setTimeout( function() { panel.html( response ); that._trigger( "load", event, eventData ); @@ -879,7 +879,7 @@ $.widget( "ui.tabs", { .fail( function( jqXHR, status ) { // support: jQuery <1.8 - // http://bugs.jquery.com/ticket/11778 + // https://bugs.jquery.com/ticket/11778 setTimeout( function() { complete( jqXHR, status ); }, 1 ); diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js index 9f634e356..083c0389e 100644 --- a/ui/widgets/tooltip.js +++ b/ui/widgets/tooltip.js @@ -1,17 +1,17 @@ /*! * jQuery UI Tooltip @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Tooltip //>>group: Widgets //>>description: Shows additional information for any element on hover or focus. -//>>docs: http://api.jqueryui.com/tooltip/ -//>>demos: http://jqueryui.com/tooltip/ +//>>docs: https://api.jqueryui.com/tooltip/ +//>>demos: https://jqueryui.com/tooltip/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/tooltip.css //>>css.theme: ../../themes/base/theme.css |