diff --git a/AUTHORS.txt b/AUTHORS.txt index 0ee3fb31ebe..258f279da7b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,5 +1,5 @@ Authors ordered by first contribution -A list of current team members is available at http://jqueryui.com/about +A list of current team members is available at https://jqueryui.com/about Paul Bakaus Richard Worth @@ -42,7 +42,7 @@ Adam Sontag Carl Fürstenberg Kevin Dalman Alberto Fernández Capel -Jacek Jędrzejewski (http://jacek.jedrzejewski.name) +Jacek Jędrzejewski (https://jacek.jedrzejewski.name) Ting Kuei Samuel Cormier-Iijima Jon Palmer diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17321e179b2..b10ab6b8670 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,16 @@ # Contributing to jQuery UI -Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code). +Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code). -You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla). +You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla). -You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](http://jqueryui.com/support/). +You can find us on [IRC](https://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](https://jqueryui.com/support/). ## Getting Involved There are a number of ways to get involved with the development of jQuery UI. Even if you've never contributed code to an Open Source project before, we're always looking for help identifying bugs, writing and reducing test cases and documentation. -This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](http://contribute.jquery.org/bug-reports/). +This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](https://contribute.jquery.org/bug-reports/). ## Tips for Getting Started @@ -27,7 +27,7 @@ The tests can run in any local web server. Ideally you should test your patch in ### Environment: Getting the Source -* Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account. +* Create a fork of the jQuery UI repo on GitHub at https://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account. * You may want to clone jquery-ui under the path to your web server. If so, change to the required directory ```bash @@ -59,7 +59,7 @@ git pull upstream main jQuery UI uses Node.js to automate the building and validation of source code. Here is how to set that up: -* Get [Node.js](http://nodejs.org/) (includes NPM, necessary for the next step) +* Get [Node.js](https://nodejs.org/) (includes NPM, necessary for the next step) * Install local Node.js modules ```bash @@ -69,10 +69,10 @@ npm install The tests require a local web server and the samples contain some PHP, so a PHP web server may be useful. * Install a web server. Here are some you could use: - * Windows: [WAMP download](http://www.wampserver.com/en/) - * Mac: [MAMP download](http://www.mamp.info/en/index.html) + * Windows: [WAMP download](https://www.wampserver.com/en/) + * Mac: [MAMP download](https://www.mamp.info/en/mac/) * Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation) - * [Mongoose (most platforms)](http://code.google.com/p/mongoose/) + * [Mongoose (most platforms)](https://code.google.com/archive/p/mongoose/) * [http-server](https://www.npmjs.com/package/http-server) ### Running the Tests @@ -85,4 +85,4 @@ npm test To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it. -Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok. +Ideally you would test in all of our [supported browsers](https://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok. diff --git a/Gruntfile.js b/Gruntfile.js index 6df615825a9..9ee1986bc91 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -473,7 +473,7 @@ grunt.registerTask( "update-authors", function() { authors = authors.map( function( author ) { if ( author.match( /^Jacek Jędrzejewski var dialog, form, - // From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29 + // From https://html.spec.whatwg.org/multipage/input.html#e-mail-state-%28type=email%29 emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, name = $( "#name" ), email = $( "#email" ), diff --git a/package.json b/package.json index a0e297a242c..3c479d677eb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "jQuery UI", "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.", "version": "1.13.3-pre", - "homepage": "http://jqueryui.com", + "homepage": "https://jqueryui.com", "author": { "name": "OpenJS Foundation and other contributors", "url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt" @@ -13,22 +13,22 @@ { "name": "Jörn Zaefferer", "email": "joern.zaefferer@gmail.com", - "url": "http://bassistance.de" + "url": "https://bassistance.de" }, { "name": "Mike Sherov", "email": "mike.sherov@gmail.com", - "url": "http://mike.sherov.com" + "url": "https://mike.sherov.com" }, { "name": "TJ VanToll", "email": "tj.vantoll@gmail.com", - "url": "http://tjvantoll.com" + "url": "https://www.tjvantoll.com" }, { "name": "Felix Nagel", "email": "info@felixnagel.com", - "url": "http://www.felixnagel.com" + "url": "https://www.felixnagel.com" }, { "name": "Alex Schmitz", diff --git a/tests/unit/accordion/options.js b/tests/unit/accordion/options.js index 00c1d036190..1a2b55d5e04 100644 --- a/tests/unit/accordion/options.js +++ b/tests/unit/accordion/options.js @@ -50,7 +50,7 @@ QUnit.test( "{ active: false }", function( assert ) { assert.strictEqual( element.accordion( "option", "active" ), 0 ); } ); -// http://bugs.jqueryui.com/ticket/11938 +// https://bugs.jqueryui.com/ticket/11938 QUnit.test( "{ active: false, collapsible: true }", function( assert ) { assert.expect( 1 ); var element = $( "#collapsible" ).accordion(), diff --git a/tests/unit/dialog/methods.js b/tests/unit/dialog/methods.js index 6b10b399f12..90a6a6455da 100644 --- a/tests/unit/dialog/methods.js +++ b/tests/unit/dialog/methods.js @@ -197,7 +197,7 @@ QUnit.test( "open", function( assert ) { assert.ok( element.dialog( "widget" ).is( ":visible" ) && !element.dialog( "widget" ).is( ":hidden" ), "dialog visible after open method called" ); } ); -// http://bugs.jqueryui.com/ticket/6137 +// https://bugs.jqueryui.com/ticket/6137 QUnit.test( "Ensure form elements don't reset when opening a dialog", function( assert ) { assert.expect( 2 ); diff --git a/tests/unit/draggable/core.js b/tests/unit/draggable/core.js index 9cfbb185393..b8be0fd2029 100644 --- a/tests/unit/draggable/core.js +++ b/tests/unit/draggable/core.js @@ -109,7 +109,7 @@ QUnit.test( "#8269: Removing draggable element on drop", function( assert ) { } } ); -// http://bugs.jqueryui.com/ticket/7778 +// https://bugs.jqueryui.com/ticket/7778 // drag element breaks in IE8 when its content is replaced onmousedown QUnit.test( "Stray mousemove after mousedown still drags", function( assert ) { assert.expect( 2 ); @@ -186,11 +186,11 @@ QUnit.test( "scroll offset with fixed ancestors", function( assert ) { var startValue = 300, element = $( "#draggable1" ) - // http://bugs.jqueryui.com/ticket/5009 + // https://bugs.jqueryui.com/ticket/5009 // scroll not working with parent's position fixed .wrap( "
" ) - // http://bugs.jqueryui.com/ticket/9612 + // https://bugs.jqueryui.com/ticket/9612 // abspos elements inside of fixed elements moving away from the mouse when scrolling .wrap( "
" ) .draggable( { @@ -221,7 +221,7 @@ $( [ "hidden", "auto", "scroll" ] ).each( function() { var overflow = this; // Http://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div - // http://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden" + // https://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden" QUnit.test( "position in scrollable parent with overflow: " + overflow, function( assert ) { assert.expect( 2 ); diff --git a/tests/unit/draggable/events.js b/tests/unit/draggable/events.js index 97ec912ae45..45c3c20d546 100644 --- a/tests/unit/draggable/events.js +++ b/tests/unit/draggable/events.js @@ -124,7 +124,7 @@ QUnit.test( "stopping the stop callback", function( assert ) { assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" ); } ); -// http://bugs.jqueryui.com/ticket/6884 +// https://bugs.jqueryui.com/ticket/6884 // Draggable: ui.offset.left differs between the "start" and "drag" hooks QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) { assert.expect( 4 ); diff --git a/tests/unit/draggable/options.js b/tests/unit/draggable/options.js index 40a36ba67fd..10f27903791 100644 --- a/tests/unit/draggable/options.js +++ b/tests/unit/draggable/options.js @@ -280,7 +280,7 @@ QUnit.test( "connectToSortable, dragging out of a sortable", function( assert ) $( element ).one( "dragstop", function( event, ui ) { - // http://bugs.jqueryui.com/ticket/8809 + // https://bugs.jqueryui.com/ticket/8809 // Position issue when connected to sortable result = ui.helper.offset(); @@ -324,7 +324,7 @@ QUnit.test( "connectToSortable, dragging clone into sortable", function( assert $( sortable ).one( "sort", function( event, ui ) { offsetPlaceholder = ui.placeholder.offset(); - // http://bugs.jqueryui.com/ticket/8809 + // https://bugs.jqueryui.com/ticket/8809 // Position issue when connected to sortable assert.deepEqual( ui.helper.offset(), offsetSortable, "sortable offset is correct" ); assert.notDeepEqual( ui.helper.offset(), offsetPlaceholder, "offset not equal to placeholder" ); @@ -332,7 +332,7 @@ QUnit.test( "connectToSortable, dragging clone into sortable", function( assert $( sortable ).one( "sortstop", function( event, ui ) { - // http://bugs.jqueryui.com/ticket/9675 + // https://bugs.jqueryui.com/ticket/9675 // Animation issue with revert and connectToSortable assert.deepEqual( ui.item.offset(), offsetPlaceholder, "offset eventually equals placeholder" ); ready(); @@ -571,7 +571,7 @@ QUnit.test( "containment, account for border", function( assert ) { "The draggable should be to the right of its parent's right border" ); } ); -// http://bugs.jqueryui.com/ticket/7016 +// https://bugs.jqueryui.com/ticket/7016 // draggable can be pulled out of containment in Chrome and IE8 QUnit.test( "containment, element cant be pulled out of container", function( assert ) { assert.expect( 1 ); @@ -898,7 +898,7 @@ QUnit.test( "helper, default, switching after initialization", function( assert testHelper.shouldMove( assert, element, "helper: original" ); } ); -// http://bugs.jqueryui.com/ticket/9446 +// https://bugs.jqueryui.com/ticket/9446 // Draggable: helper function cannot emulate default behavior QUnit.test( "helper, function returning original element", function( assert ) { assert.expect( 1 ); @@ -1490,7 +1490,7 @@ QUnit.test( "iframeFix", function( assert ) { var divOffset, iframeOffset, div = $( this ).children().not( "iframe" ); - // http://bugs.jqueryui.com/ticket/9671 + // https://bugs.jqueryui.com/ticket/9671 // iframeFix doesn't handle iframes that move assert.equal( div.length, 1, "blocking div added as sibling" ); assert.equal( div.outerWidth(), iframe.outerWidth(), "blocking div is wide enough" ); diff --git a/tests/unit/slider/events.js b/tests/unit/slider/events.js index 3b283d28162..365c2c0f3a1 100644 --- a/tests/unit/slider/events.js +++ b/tests/unit/slider/events.js @@ -8,8 +8,8 @@ define( [ QUnit.module( "slider: events", { afterEach: helper.moduleAfterEach } ); -//Specs from http://wiki.jqueryui.com/Slider#specs -//"change callback: triggers when the slider has stopped moving and has a new +// Specs from https://wiki.jqueryui.com/Slider#specs +// "change callback: triggers when the slider has stopped moving and has a new // value (even if same as previous value), via mouse(mouseup) or keyboard(keyup) // or value method/option" QUnit.test( "mouse based interaction", function( assert ) { diff --git a/tests/unit/slider/options.js b/tests/unit/slider/options.js index 40b6bab2214..b607b535fec 100644 --- a/tests/unit/slider/options.js +++ b/tests/unit/slider/options.js @@ -205,7 +205,7 @@ QUnit.test( "orientation", function( assert ) { element.slider( "destroy" ); } ); -//spec: http://wiki.jqueryui.com/Slider#specs +// spec: https://wiki.jqueryui.com/Slider#specs // value option/method: the value option is not restricted by min/max/step. // What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple) QUnit.test( "step", function( assert ) { diff --git a/tests/unit/sortable/events.js b/tests/unit/sortable/events.js index 0e26603d29d..01d0780f2fd 100644 --- a/tests/unit/sortable/events.js +++ b/tests/unit/sortable/events.js @@ -263,7 +263,7 @@ QUnit.test( "over", function( assert ) { assert.equal( overCount, 1, "over fires only once" ); } ); -// http://bugs.jqueryui.com/ticket/9335 +// https://bugs.jqueryui.com/ticket/9335 // Sortable: over & out events does not consistently fire QUnit.test( "over, fires with draggable connected to sortable", function( assert ) { assert.expect( 3 ); diff --git a/tests/unit/tooltip/core.js b/tests/unit/tooltip/core.js index 0e765c4bac2..8fb2fcf9263 100644 --- a/tests/unit/tooltip/core.js +++ b/tests/unit/tooltip/core.js @@ -135,7 +135,7 @@ QUnit.test( "tooltip on .ui-state-disabled element", function( assert ) { assert.equal( $( ".ui-tooltip" ).length, 0 ); } ); -// http://bugs.jqueryui.com/ticket/8740 +// https://bugs.jqueryui.com/ticket/8740 QUnit.test( "programmatic focus with async content", function( assert ) { var ready = assert.async(); assert.expect( 2 ); @@ -185,7 +185,7 @@ QUnit.test( "destroy during hide animation; only one close event", function( ass } ); } ); -// http://bugs.jqueryui.com/ticket/10602 +// https://bugs.jqueryui.com/ticket/10602 QUnit.test( "multiple active delegated tooltips", function( assert ) { var ready = assert.async(); assert.expect( 1 ); @@ -234,7 +234,7 @@ QUnit.test( "multiple active delegated tooltips", function( assert ) { step1(); } ); -// http://bugs.jqueryui.com/ticket/11272 +// https://bugs.jqueryui.com/ticket/11272 QUnit.test( "remove conflicting attributes from live region", function( assert ) { assert.expect( 2 ); diff --git a/tests/unit/tooltip/options.js b/tests/unit/tooltip/options.js index f2fbe982ada..c620b7fc029 100644 --- a/tests/unit/tooltip/options.js +++ b/tests/unit/tooltip/options.js @@ -87,7 +87,7 @@ QUnit.test( "content: sync + async callback", function( assert ) { } ).tooltip( "open" ); } ); -// http://bugs.jqueryui.com/ticket/8740 +// https://bugs.jqueryui.com/ticket/8740 QUnit.test( "content: async callback loses focus before load", function( assert ) { var ready = assert.async(); assert.expect( 1 ); diff --git a/themes/base/accordion.css b/themes/base/accordion.css index be25ea4e39d..d92e0a2f8b8 100644 --- a/themes/base/accordion.css +++ b/themes/base/accordion.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/accordion/#theming + * https://api.jqueryui.com/accordion/#theming */ .ui-accordion .ui-accordion-header { display: block; diff --git a/themes/base/all.css b/themes/base/all.css index c7fe4ac7e55..e6d3d4ab675 100644 --- a/themes/base/all.css +++ b/themes/base/all.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @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 * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ @import "base.css"; @import "theme.css"; diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css index ea7464c47ca..b8f6eb89f8f 100644 --- a/themes/base/autocomplete.css +++ b/themes/base/autocomplete.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/autocomplete/#theming + * https://api.jqueryui.com/autocomplete/#theming */ .ui-autocomplete { position: absolute; diff --git a/themes/base/base.css b/themes/base/base.css index 777fe46f48d..9e410770d2e 100644 --- a/themes/base/base.css +++ b/themes/base/base.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @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 * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ @import url("core.css"); diff --git a/themes/base/button.css b/themes/base/button.css index a83283a7301..f6780cb15cc 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/button/#theming + * https://api.jqueryui.com/button/#theming */ .ui-button { padding: .4em 1em; diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css index 0fcf350e58d..4819280fe4e 100644 --- a/themes/base/checkboxradio.css +++ b/themes/base/checkboxradio.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/checkboxradio/#theming + * https://api.jqueryui.com/checkboxradio/#theming */ .ui-checkboxradio-label .ui-icon-background { diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css index f19cd4f27a6..24048bd795d 100644 --- a/themes/base/controlgroup.css +++ b/themes/base/controlgroup.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/controlgroup/#theming + * https://api.jqueryui.com/controlgroup/#theming */ .ui-controlgroup { diff --git a/themes/base/core.css b/themes/base/core.css index 0f4f07951cf..6917bb6d409 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -1,12 +1,12 @@ /*! * jQuery UI CSS Framework @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 * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ */ /* Layout helpers diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css index 81259e4c060..b278f2c05e8 100644 --- a/themes/base/datepicker.css +++ b/themes/base/datepicker.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/datepicker/#theming + * https://api.jqueryui.com/datepicker/#theming */ .ui-datepicker { width: 17em; diff --git a/themes/base/dialog.css b/themes/base/dialog.css index 5915ef88ae3..72a12bfd3f7 100644 --- a/themes/base/dialog.css +++ b/themes/base/dialog.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/dialog/#theming + * https://api.jqueryui.com/dialog/#theming */ .ui-dialog { position: absolute; diff --git a/themes/base/draggable.css b/themes/base/draggable.css index 2b14479bd49..c77269d9376 100644 --- a/themes/base/draggable.css +++ b/themes/base/draggable.css @@ -1,10 +1,10 @@ /*! * 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 */ .ui-draggable-handle { -ms-touch-action: none; diff --git a/themes/base/menu.css b/themes/base/menu.css index 880dcaec080..83e165a5da0 100644 --- a/themes/base/menu.css +++ b/themes/base/menu.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/menu/#theming + * https://api.jqueryui.com/menu/#theming */ .ui-menu { list-style: none; diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css index fab25bf6e34..6c379e5bd37 100644 --- a/themes/base/progressbar.css +++ b/themes/base/progressbar.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/progressbar/#theming + * https://api.jqueryui.com/progressbar/#theming */ .ui-progressbar { height: 2em; diff --git a/themes/base/resizable.css b/themes/base/resizable.css index cc99a95b5b8..35cd3034d08 100644 --- a/themes/base/resizable.css +++ b/themes/base/resizable.css @@ -1,10 +1,10 @@ /*! * 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 */ .ui-resizable { position: relative; diff --git a/themes/base/selectable.css b/themes/base/selectable.css index 7d461830d23..4b749755ce7 100644 --- a/themes/base/selectable.css +++ b/themes/base/selectable.css @@ -1,10 +1,10 @@ /*! * 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 */ .ui-selectable { -ms-touch-action: none; diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css index cae2804c38d..75fe3657ff0 100644 --- a/themes/base/selectmenu.css +++ b/themes/base/selectmenu.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/selectmenu/#theming + * https://api.jqueryui.com/selectmenu/#theming */ .ui-selectmenu-menu { padding: 0; diff --git a/themes/base/slider.css b/themes/base/slider.css index 00696d286f2..d6d261c428b 100644 --- a/themes/base/slider.css +++ b/themes/base/slider.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/slider/#theming + * https://api.jqueryui.com/slider/#theming */ .ui-slider { position: relative; diff --git a/themes/base/sortable.css b/themes/base/sortable.css index 5efc3678a82..fe54de6ab1f 100644 --- a/themes/base/sortable.css +++ b/themes/base/sortable.css @@ -1,10 +1,10 @@ /*! * 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 */ .ui-sortable-handle { -ms-touch-action: none; diff --git a/themes/base/spinner.css b/themes/base/spinner.css index 112d4eb949a..f40125d1835 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/spinner/#theming + * https://api.jqueryui.com/spinner/#theming */ .ui-spinner { position: relative; diff --git a/themes/base/tabs.css b/themes/base/tabs.css index 60c3596d63a..82db35cf93f 100644 --- a/themes/base/tabs.css +++ b/themes/base/tabs.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/tabs/#theming + * https://api.jqueryui.com/tabs/#theming */ .ui-tabs { position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ diff --git a/themes/base/theme.css b/themes/base/theme.css index 7cbb3e23a98..eb1097b82eb 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -1,14 +1,14 @@ /*! * jQuery UI CSS Framework @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 * - * http://api.jqueryui.com/category/theming/ + * https://api.jqueryui.com/category/theming/ * - * To view and modify this theme, visit http://jqueryui.com/themeroller/ + * To view and modify this theme, visit https://jqueryui.com/themeroller/ */ diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css index 7ae5cd0d735..20c31f95c76 100644 --- a/themes/base/tooltip.css +++ b/themes/base/tooltip.css @@ -1,12 +1,12 @@ /*! * 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 * - * http://api.jqueryui.com/tooltip/#theming + * https://api.jqueryui.com/tooltip/#theming */ .ui-tooltip { padding: 8px; diff --git a/ui/data.js b/ui/data.js index 8a449a7e67b..5a1c650d4ff 100644 --- a/ui/data.js +++ b/ui/data.js @@ -1,16 +1,16 @@ /*! * jQuery UI :data @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: :data Selector //>>group: Core //>>description: Selects elements which have data stored under the specified key. -//>>docs: http://api.jqueryui.com/data-selector/ +//>>docs: https://api.jqueryui.com/data-selector/ ( function( factory ) { "use strict"; diff --git a/ui/disable-selection.js b/ui/disable-selection.js index 0da23614115..98784e5b3c3 100644 --- a/ui/disable-selection.js +++ b/ui/disable-selection.js @@ -1,16 +1,16 @@ /*! * jQuery UI Disable Selection @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: disableSelection //>>group: Core //>>description: Disable selection of text content within the set of matched elements. -//>>docs: http://api.jqueryui.com/disableSelection/ +//>>docs: https://api.jqueryui.com/disableSelection/ // This file is deprecated ( function( factory ) { diff --git a/ui/effect.js b/ui/effect.js index 53121d91028..10cf8ed609a 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -1,10 +1,10 @@ /*! * jQuery UI Effects @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: Effects Core @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/category/effects-core/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/category/effects-core/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; @@ -525,7 +525,7 @@ $.extend( $.effects, { // Lock in margins first to account for form elements, which // will change margin if you explicitly set height - // see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380 + // see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380 // Support: Safari element.css( { marginTop: element.css( "marginTop" ), @@ -919,7 +919,7 @@ $.fx.step.clip = function( fx ) { ( function() { -// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing) +// Based on easing equations from Robert Penner (http://robertpenner.com/easing) var baseEasings = {}; diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js index 691162459a4..575eea08df4 100644 --- a/ui/effects/effect-blind.js +++ b/ui/effects/effect-blind.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Blind @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: Blind Effect //>>group: Effects //>>description: Blinds the element. -//>>docs: http://api.jqueryui.com/blind-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/blind-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js index 8bd423e08e7..bf23ea4b0a2 100644 --- a/ui/effects/effect-bounce.js +++ b/ui/effects/effect-bounce.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Bounce @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: Bounce Effect //>>group: Effects //>>description: Bounces an element horizontally or vertically n times. -//>>docs: http://api.jqueryui.com/bounce-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/bounce-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js index f7f84c124d0..c2ba20679a8 100644 --- a/ui/effects/effect-clip.js +++ b/ui/effects/effect-clip.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Clip @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: Clip Effect //>>group: Effects //>>description: Clips the element on and off like an old TV. -//>>docs: http://api.jqueryui.com/clip-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/clip-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js index f0a9915c145..c9e5952568d 100644 --- a/ui/effects/effect-drop.js +++ b/ui/effects/effect-drop.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Drop @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: Drop Effect //>>group: Effects //>>description: Moves an element in one direction and hides it at the same time. -//>>docs: http://api.jqueryui.com/drop-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/drop-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js index 80444fd233f..ed40833a89a 100644 --- a/ui/effects/effect-explode.js +++ b/ui/effects/effect-explode.js @@ -1,10 +1,10 @@ /*! * jQuery UI Effects Explode @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: Explode Effect @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/explode-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/explode-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js index f0d7d3d4484..cc5cc598b8d 100644 --- a/ui/effects/effect-fade.js +++ b/ui/effects/effect-fade.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Fade @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: Fade Effect //>>group: Effects //>>description: Fades the element. -//>>docs: http://api.jqueryui.com/fade-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/fade-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js index d191a3aa279..5368bd79198 100644 --- a/ui/effects/effect-fold.js +++ b/ui/effects/effect-fold.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Fold @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: Fold Effect //>>group: Effects //>>description: Folds an element first horizontally and then vertically. -//>>docs: http://api.jqueryui.com/fold-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/fold-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js index 75912b40ab8..ca85e1a35bf 100644 --- a/ui/effects/effect-highlight.js +++ b/ui/effects/effect-highlight.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Highlight @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: Highlight Effect //>>group: Effects //>>description: Highlights the background of an element in a defined color for a custom duration. -//>>docs: http://api.jqueryui.com/highlight-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/highlight-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js index 330ecb0e68a..e742fb18fbc 100644 --- a/ui/effects/effect-puff.js +++ b/ui/effects/effect-puff.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Puff @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: Puff Effect //>>group: Effects //>>description: Creates a puff effect by scaling the element up and hiding it at the same time. -//>>docs: http://api.jqueryui.com/puff-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/puff-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js index 02662365a41..28313b10b3f 100644 --- a/ui/effects/effect-pulsate.js +++ b/ui/effects/effect-pulsate.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Pulsate @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: Pulsate Effect //>>group: Effects //>>description: Pulsates an element n times by changing the opacity to zero and back. -//>>docs: http://api.jqueryui.com/pulsate-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/pulsate-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js index 8953bdd4073..87a43b4b0a7 100644 --- a/ui/effects/effect-scale.js +++ b/ui/effects/effect-scale.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Scale @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: Scale Effect //>>group: Effects //>>description: Grows or shrinks an element and its content. -//>>docs: http://api.jqueryui.com/scale-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/scale-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js index 298333714eb..7fd721cfacb 100644 --- a/ui/effects/effect-shake.js +++ b/ui/effects/effect-shake.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Shake @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: Shake Effect //>>group: Effects //>>description: Shakes an element horizontally or vertically n times. -//>>docs: http://api.jqueryui.com/shake-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/shake-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js index 52828dcca01..c039a5ae06b 100644 --- a/ui/effects/effect-size.js +++ b/ui/effects/effect-size.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Size @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: Size Effect //>>group: Effects //>>description: Resize an element to a specified width and height. -//>>docs: http://api.jqueryui.com/size-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/size-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js index 8d6f453db8e..bf53aa59d1e 100644 --- a/ui/effects/effect-slide.js +++ b/ui/effects/effect-slide.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Slide @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: Slide Effect //>>group: Effects //>>description: Slides an element in and out of the viewport. -//>>docs: http://api.jqueryui.com/slide-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/slide-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js index 7b1075e8f54..2014dba37b9 100644 --- a/ui/effects/effect-transfer.js +++ b/ui/effects/effect-transfer.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Transfer @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: Transfer Effect //>>group: Effects //>>description: Displays a transfer effect from one element to another. -//>>docs: http://api.jqueryui.com/transfer-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/transfer-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; diff --git a/ui/focusable.js b/ui/focusable.js index 9826bb815c4..2db058678cb 100644 --- a/ui/focusable.js +++ b/ui/focusable.js @@ -1,16 +1,16 @@ /*! * jQuery UI Focusable @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: :focusable Selector //>>group: Core //>>description: Selects elements which can be focused. -//>>docs: http://api.jqueryui.com/focusable-selector/ +//>>docs: https://api.jqueryui.com/focusable-selector/ ( function( factory ) { "use strict"; diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js index d20b4e0aee8..a60299d1364 100644 --- a/ui/form-reset-mixin.js +++ b/ui/form-reset-mixin.js @@ -1,16 +1,16 @@ /*! * jQuery UI Form Reset Mixin @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: Form Reset Mixin //>>group: Core //>>description: Refresh input widgets when their form is reset -//>>docs: http://api.jqueryui.com/form-reset-mixin/ +//>>docs: https://api.jqueryui.com/form-reset-mixin/ ( function( factory ) { "use strict"; diff --git a/ui/i18n/datepicker-bg.js b/ui/i18n/datepicker-bg.js index c771b3b5210..62be734be8d 100644 --- a/ui/i18n/datepicker-bg.js +++ b/ui/i18n/datepicker-bg.js @@ -1,5 +1,5 @@ /* Bulgarian initialisation for the jQuery UI date picker plugin. */ -/* Written by Stoyan Kyosev (http://svest.org). */ +/* Written by Stoyan Kyosev. */ ( function( factory ) { "use strict"; diff --git a/ui/i18n/datepicker-el.js b/ui/i18n/datepicker-el.js index 054a5e2d924..9716e416252 100644 --- a/ui/i18n/datepicker-el.js +++ b/ui/i18n/datepicker-el.js @@ -1,5 +1,5 @@ /* Greek (el) initialisation for the jQuery UI date picker plugin. */ -/* Written by Alex Cicovic (http://www.alexcicovic.com) */ +/* Written by Alex Cicovic (https://alexcicovic.com) */ ( function( factory ) { "use strict"; diff --git a/ui/i18n/datepicker-nl.js b/ui/i18n/datepicker-nl.js index 535d7fbdaa8..6ac5d070260 100644 --- a/ui/i18n/datepicker-nl.js +++ b/ui/i18n/datepicker-nl.js @@ -1,5 +1,5 @@ /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ -/* Written by Mathias Bynens */ +/* Written by Mathias Bynens */ ( function( factory ) { "use strict"; diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js index aba5ec0d93c..07254d95961 100644 --- a/ui/jquery-patch.js +++ b/ui/jquery-patch.js @@ -1,10 +1,10 @@ /*! * jQuery UI Support for jQuery core 1.8.x and newer @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 * */ diff --git a/ui/keycode.js b/ui/keycode.js index 0585a18e4ed..32bfa5d3faf 100644 --- a/ui/keycode.js +++ b/ui/keycode.js @@ -1,16 +1,16 @@ /*! * jQuery UI Keycode @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: Keycode //>>group: Core //>>description: Provide keycodes as keynames -//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/ +//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/ ( function( factory ) { "use strict"; diff --git a/ui/labels.js b/ui/labels.js index 0ac0c3bd8ce..9f1c3296b26 100644 --- a/ui/labels.js +++ b/ui/labels.js @@ -1,16 +1,16 @@ /*! * jQuery UI Labels @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: labels //>>group: Core //>>description: Find all the labels associated with a given input -//>>docs: http://api.jqueryui.com/labels/ +//>>docs: https://api.jqueryui.com/labels/ ( function( factory ) { "use strict"; diff --git a/ui/position.js b/ui/position.js index 797db3072a3..ea1dca86b73 100644 --- a/ui/position.js +++ b/ui/position.js @@ -1,19 +1,19 @@ /*! * jQuery UI Position @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 * - * http://api.jqueryui.com/position/ + * https://api.jqueryui.com/position/ */ //>>label: Position //>>group: Core //>>description: Positions elements relative to other elements. -//>>docs: http://api.jqueryui.com/position/ -//>>demos: http://jqueryui.com/position/ +//>>docs: https://api.jqueryui.com/position/ +//>>demos: https://jqueryui.com/position/ ( function( factory ) { "use strict"; diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js index 8ce20fb864e..b8fb6ddac25 100644 --- a/ui/scroll-parent.js +++ b/ui/scroll-parent.js @@ -1,16 +1,16 @@ /*! * jQuery UI Scroll Parent @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: scrollParent //>>group: Core //>>description: Get the closest ancestor element that is scrollable. -//>>docs: http://api.jqueryui.com/scrollParent/ +//>>docs: https://api.jqueryui.com/scrollParent/ ( function( factory ) { "use strict"; diff --git a/ui/tabbable.js b/ui/tabbable.js index 05f042e95cb..555484a92f3 100644 --- a/ui/tabbable.js +++ b/ui/tabbable.js @@ -1,16 +1,16 @@ /*! * jQuery UI Tabbable @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: :tabbable Selector //>>group: Core //>>description: Selects elements which can be tabbed to. -//>>docs: http://api.jqueryui.com/tabbable-selector/ +//>>docs: https://api.jqueryui.com/tabbable-selector/ ( function( factory ) { "use strict"; diff --git a/ui/unique-id.js b/ui/unique-id.js index ef1b8da6bed..488e4e23282 100644 --- a/ui/unique-id.js +++ b/ui/unique-id.js @@ -1,16 +1,16 @@ /*! * jQuery UI Unique ID @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: uniqueId //>>group: Core //>>description: Functions to generate and remove uniqueId's -//>>docs: http://api.jqueryui.com/uniqueId/ +//>>docs: https://api.jqueryui.com/uniqueId/ ( function( factory ) { "use strict"; diff --git a/ui/vendor/jquery-color/jquery.color.js b/ui/vendor/jquery-color/jquery.color.js index c291d96ae85..b38596ee536 100644 --- a/ui/vendor/jquery-color/jquery.color.js +++ b/ui/vendor/jquery-color/jquery.color.js @@ -4,7 +4,7 @@ * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license * * Date: Sun May 10 09:02:36 2020 +0200 */ diff --git a/ui/widget.js b/ui/widget.js index 6512cc58755..7201b4fbf63 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -1,17 +1,17 @@ /*! * jQuery UI Widget @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: Widget //>>group: Core //>>description: Provides a factory for creating stateful widgets with a common API. -//>>docs: http://api.jqueryui.com/jQuery.widget/ -//>>demos: http://jqueryui.com/widget/ +//>>docs: https://api.jqueryui.com/jQuery.widget/ +//>>demos: https://jqueryui.com/widget/ ( function( factory ) { "use strict"; diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js index 7e32d10bf4a..d5d71224dee 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 6a8bfcbfd7e..ac2cfe42b22 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 7365210e1af..c127a6d009a 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 86e6ff90681..add80d80a15 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 68970b7c1d2..fe7605d8920 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 b406da7d1f5..a271351e073 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 0ff816ec6fe..02f63d7282f 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 0307fb8e838..81827369444 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 bb91553050d..45fca0560a1 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 30dc8de98f5..1ef4b8a3dd8 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 73bfb211407..1dcac52777f 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 4049f2c524d..20e96440a0c 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 3f1f19833d8..7be097e73fe 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 88ea5bdb39c..0c35154b375 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 c80e39f607c..b1e2033ba9d 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 15d77d24af5..7f676b4147b 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 9460a9f6dda..70dc7e70355 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 45ff18e72fc..c35929a01c5 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 cfa4d93f65e..b8373c4e93b 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 9f634e35601..083c0389e4d 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