]> source.dussan.org Git - jquery-ui.git/commitdiff
Docs: Change a few most common domains from HTTP to HTTPS
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 26 Apr 2024 14:25:34 +0000 (16:25 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 14:25:34 +0000 (16:25 +0200)
Also, update a few stale URLs to what they redirect now to.

Closes gh-2244

90 files changed:
AUTHORS.txt
CONTRIBUTING.md
Gruntfile.js
README.md
demos/dialog/modal-form.html
package.json
tests/unit/accordion/options.js
tests/unit/dialog/methods.js
tests/unit/draggable/core.js
tests/unit/draggable/events.js
tests/unit/draggable/options.js
tests/unit/slider/events.js
tests/unit/slider/options.js
tests/unit/sortable/events.js
tests/unit/tooltip/core.js
tests/unit/tooltip/options.js
themes/base/accordion.css
themes/base/all.css
themes/base/autocomplete.css
themes/base/base.css
themes/base/button.css
themes/base/checkboxradio.css
themes/base/controlgroup.css
themes/base/core.css
themes/base/datepicker.css
themes/base/dialog.css
themes/base/draggable.css
themes/base/menu.css
themes/base/progressbar.css
themes/base/resizable.css
themes/base/selectable.css
themes/base/selectmenu.css
themes/base/slider.css
themes/base/sortable.css
themes/base/spinner.css
themes/base/tabs.css
themes/base/theme.css
themes/base/tooltip.css
ui/data.js
ui/disable-selection.js
ui/effect.js
ui/effects/effect-blind.js
ui/effects/effect-bounce.js
ui/effects/effect-clip.js
ui/effects/effect-drop.js
ui/effects/effect-explode.js
ui/effects/effect-fade.js
ui/effects/effect-fold.js
ui/effects/effect-highlight.js
ui/effects/effect-puff.js
ui/effects/effect-pulsate.js
ui/effects/effect-scale.js
ui/effects/effect-shake.js
ui/effects/effect-size.js
ui/effects/effect-slide.js
ui/effects/effect-transfer.js
ui/focusable.js
ui/form-reset-mixin.js
ui/i18n/datepicker-bg.js
ui/i18n/datepicker-el.js
ui/i18n/datepicker-nl.js
ui/jquery-patch.js
ui/keycode.js
ui/labels.js
ui/position.js
ui/scroll-parent.js
ui/tabbable.js
ui/unique-id.js
ui/vendor/jquery-color/jquery.color.js
ui/widget.js
ui/widgets/accordion.js
ui/widgets/autocomplete.js
ui/widgets/button.js
ui/widgets/checkboxradio.js
ui/widgets/controlgroup.js
ui/widgets/datepicker.js
ui/widgets/dialog.js
ui/widgets/draggable.js
ui/widgets/droppable.js
ui/widgets/menu.js
ui/widgets/mouse.js
ui/widgets/progressbar.js
ui/widgets/resizable.js
ui/widgets/selectable.js
ui/widgets/selectmenu.js
ui/widgets/slider.js
ui/widgets/sortable.js
ui/widgets/spinner.js
ui/widgets/tabs.js
ui/widgets/tooltip.js

index 0ee3fb31ebe5dfc59484a1a514bf224009f230d6..258f279da7b26c936b5fc97ae687bfcf242ef4fe 100644 (file)
@@ -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 <paul.bakaus@gmail.com>
 Richard Worth <rdworth@gmail.com>
@@ -42,7 +42,7 @@ Adam Sontag <ajpiano@ajpiano.com>
 Carl Fürstenberg <carl@excito.com>
 Kevin Dalman <development@allpro.net>
 Alberto Fernández Capel <afcapel@gmail.com>
-Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
+Jacek Jędrzejewski (https://jacek.jedrzejewski.name)
 Ting Kuei <ting@kuei.com>
 Samuel Cormier-Iijima <sam@chide.it>
 Jon Palmer <jonspalmer@gmail.com>
index 17321e179b21123ec7675fd0511696ba468da8ad..b10ab6b8670aecb42e115c0d7e7fa7e0bf447898 100644 (file)
@@ -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.
index 6df615825a91331cf9cfac9865cbe6dcb7711b83..9ee1986bc911dd308aeef48c2e0e37ed93a04bcf 100644 (file)
@@ -473,7 +473,7 @@ grunt.registerTask( "update-authors", function() {
 
                authors = authors.map( function( author ) {
                        if ( author.match( /^Jacek Jędrzejewski </ ) ) {
-                               return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
+                               return "Jacek Jędrzejewski (https://jacek.jedrzejewski.name)";
                        } else if ( author.match( /^Pawel Maruszczyk </ ) ) {
                                return "Pawel Maruszczyk (http://hrabstwo.net)";
                        } else {
@@ -483,7 +483,7 @@ grunt.registerTask( "update-authors", function() {
 
                grunt.file.write( "AUTHORS.txt",
                        "Authors ordered by first contribution\n" +
-                       "A list of current team members is available at http://jqueryui.com/about\n\n" +
+                       "A list of current team members is available at https://jqueryui.com/about\n\n" +
                        authors.join( "\n" ) + "\n" );
                done();
        } );
index fa88503b5cc70872105063ec0b46b7808ac1f256..18770aa5bf75728e61aa494130575765a0c2acb7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,23 +1,23 @@
-# [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
+# [jQuery UI](https://jqueryui.com/) - Interactions and Widgets for the web
 
 _**Note:** jQuery UI is in maintenance-only mode. Please read [the project status blog post](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) for more information._
 
 jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
 
-If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
+If you want to use jQuery UI, go to [jqueryui.com](https://jqueryui.com) to get started, [jqueryui.com/demos/](https://jqueryui.com/demos/) for demos, [api.jqueryui.com](https://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](https://forum.jquery.com/using-jquery-ui) for discussions and questions.
 
-If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](http://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](http://bugs.jqueryui.com) issue for context.
+If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](https://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](https://bugs.jqueryui.com) issue for context.
 
 If you are interested in helping develop jQuery UI, you are in the right place.
-To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
+To discuss development with team members and the community, visit the [Developing jQuery UI Forum](https://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](https://irc.jquery.org/).
 
 
 ## For Contributors
 
 If you want to help and provide a patch for a bugfix or new feature, please take
-a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
-In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)
-and [Commit Message Style Guide](http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
+a few minutes and look at [our Getting Involved guide](https://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
+In particular check out the [Coding standards](https://wiki.jqueryui.com/w/page/12137737/Coding-standards)
+and [Commit Message Style Guide](https://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
 
 In general, fork the project, create a branch for a specific change and send a
 pull request for that branch. Don't mix unrelated changes. You can use the commit
index 84bf287af130659866f27d2774feb2f92d2ea267..98d8ba4beccef27432d5431aebb1c00a1563d029 100644 (file)
@@ -21,7 +21,7 @@
        <script src="../bootstrap.js" data-modules="effect">
                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" ),
index a0e297a242c5dab64acfadb89eea6ac3cf7427c8..3c479d677eb9d5a35130b3964ce1bad722b5d99d 100644 (file)
@@ -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"
                {
                        "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",
index 00c1d03619053a5d9f7d1049dda065ffc0b808f8..1a2b55d5e04d5cbce2620d0e32c5cbf3de7016a7 100644 (file)
@@ -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(),
index 6b10b399f12b4d077cd222f7917b6d7babe083a2..90a6a6455daef7b08bf5f29266edd8ea13ef45ba 100644 (file)
@@ -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 );
 
index 9cfbb18539350daafaac25743583f09f2a551611..b8be0fd202902e5ff44399ce03074d29b3d13d44 100644 (file)
@@ -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( "<div id='wrapper' />" )
 
-                       // 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( "<div id='wrapper2' />" )
                        .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 );
 
index 97ec912ae45eeab4f73820d249ad90a12097910e..45c3c20d5463fdb4dd2f5189d33c16b63ad00a63 100644 (file)
@@ -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 );
index 40a36ba67fdd63379c56f6863e185df1e3d08f49..10f279037916ac99844d15af2d5f7fd2f3d1c67c 100644 (file)
@@ -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" );
index 3b283d281629abaa84b97d807a12802db62ecb52..365c2c0f3a1a8a73c39ebb028d0951ff4dadb00f 100644 (file)
@@ -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 ) {
index 40b6bab221499ceaf24a2ddf3911fe6b186f9ed6..b607b535fece5dcda4de31aac13029e8a53546cf 100644 (file)
@@ -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 ) {
index 0e26603d29d6b555f6d27af42dd8e6ad34c456ee..01d0780f2fdf38af8b8d2230702b3d1b9a625da0 100644 (file)
@@ -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 );
index 0e765c4bac21c158fe17570f364158942050eb9c..8fb2fcf92639677a69c488ff9b5cc933d12a15f2 100644 (file)
@@ -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 );
 
index f2fbe982ada64e8acc8fe565ba5f7d991b3d6be6..c620b7fc029eef9ac37c8b9dfc3adde95f96381c 100644 (file)
@@ -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 );
index be25ea4e39d33dfdee1589b13e5c49f5963ca06b..d92e0a2f8b8b5883e8acd88f83b67b65958198f8 100644 (file)
@@ -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;
index c7fe4ac7e55533a1afa8d9121d63bb42fc366d78..e6d3d4ab67530cbd3b4045f53bee356b49da6ec9 100644 (file)
@@ -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";
index ea7464c47ca0b1ae2ffb44663dc2be54bfd92b3d..b8f6eb89f8f3bc55ae778e4cac6d17827458b71d 100644 (file)
@@ -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;
index 777fe46f48deca7a4061275839f085c012f6c567..9e410770d2e37141bb2d1bc5c2a4f10cd428314e 100644 (file)
@@ -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");
 
index a83283a73013ea7e7c7dd845e88ec897355e3e5e..f6780cb15cc9ee081d193e509e8d6e787110d5f5 100644 (file)
@@ -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;
index 0fcf350e58d95ec1a4efa4d4a45caf743a17c905..4819280fe4e255f1c856219ae5de7d8722c0592b 100644 (file)
@@ -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 {
index f19cd4f27a636b02b8e7b4dc965bb7728087654a..24048bd795d63438cf0212f421b2076e9916a268 100644 (file)
@@ -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 {
index 0f4f07951cf6581fc2303b2dad04159c278eb242..6917bb6d409283f81fc7388099833a5a84acac2d 100644 (file)
@@ -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
index 81259e4c0605458915f1935ab3b9a7531b739ede..b278f2c05e8e14f26707a5ba29764e44d3d76aab 100644 (file)
@@ -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;
index 5915ef88ae31602b54309f8a9ec259303cf1c5f5..72a12bfd3f7c86a7428f83b56fc7fda81d0aa60c 100644 (file)
@@ -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;
index 2b14479bd49be415fe50e9037fae82c5fa8fdf64..c77269d937673ae6b9107748d483631368be3363 100644 (file)
@@ -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;
index 880dcaec08078c870e3d7a789c9478c981d35aa5..83e165a5da019f6b7024070ff1636f4c17aad6b3 100644 (file)
@@ -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;
index fab25bf6e34ef93ecf831623213c4eda65257420..6c379e5bd37cda00da3071338d91d3810c18d731 100644 (file)
@@ -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;
index cc99a95b5b807d01ef893b2fb88191ec4d854f81..35cd3034d086176125c6b19c632800ef441fb496 100644 (file)
@@ -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;
index 7d461830d2372ea90d76c675253bf9ce8543ef0d..4b749755ce70c94f953df73ba45349df3fdad29d 100644 (file)
@@ -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;
index cae2804c38dbf5a1dbc7876049c6a8953e99968d..75fe3657ff09a4f5ab1775c00752c19da93b9f55 100644 (file)
@@ -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;
index 00696d286f278118d401a2e0c6bc386e86c77add..d6d261c428bc83bd92227945f0795a624abf4715 100644 (file)
@@ -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;
index 5efc3678a82a77a590c464ca67afd23c631cd6be..fe54de6ab1f72cf34b668f72ed1587e7c9e5c1d4 100644 (file)
@@ -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;
index 112d4eb949ae51abf9cd9d9ed1d00f988f9a6d16..f40125d1835cf7b22ef447f906b4a7e8ea44c52b 100644 (file)
@@ -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;
index 60c3596d63a83f8b6b1955a09e0dda757d6c5edb..82db35cf93f61c183597dd4677cce4c1479a0cc7 100644 (file)
@@ -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") */
index 7cbb3e23a98a027813d250b7aa539241d23384fa..eb1097b82ebd49e7ce497b0eb5688db2b55e648b 100644 (file)
@@ -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/
  */
 
 
index 7ae5cd0d735f65c0c7b9368f13adfad4cf5e20e1..20c31f95c76a3a8100a3eb7d47f8a0aa570c51e0 100644 (file)
@@ -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;
index 8a449a7e67bc0680fce7afbc496a0f62c4091c9b..5a1c650d4ff804610e7768d0f614e2da336e61a4 100644 (file)
@@ -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";
index 0da23614115b934021bf50ea532059b59e4eecfa..98784e5b3c32d18e4676ce9759bbd4dcd5adaa52 100644 (file)
@@ -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 ) {
index 53121d9102859922ec925868bc6054fb9d8c30c4..10cf8ed609acdc40d9a392b1b076dac01d92f294 100644 (file)
@@ -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 = {};
 
index 691162459a412b69040ba6b7db31d22d617c5868..575eea08df46b0144adbcc4c9fdc8aa0dd21a2e5 100644 (file)
@@ -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";
index 8bd423e08e7e3fa59b2d7d068c50d92bd81fe461..bf23ea4b0a257da802e054fd2af1325618ed8158 100644 (file)
@@ -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";
index f7f84c124d08ffdf7ac5dc25a9d89d7a5147e5bb..c2ba20679a8e3138ab31ea18dd1b5caca34cb71c 100644 (file)
@@ -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";
index f0a9915c1455c7ef5b3357c1a95a264954602c8d..c9e5952568dd98a1be728393fb3d9a852115080b 100644 (file)
@@ -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";
index 80444fd233f1214207082948ccb20ce1c0ded6ba..ed40833a89a97a5f130806edf9300bd53831a1b1 100644 (file)
@@ -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";
index f0d7d3d4484b5d2d1cbabf725da02b7c43e5179b..cc5cc598b8d20c70a9074b537c5d2799123007e4 100644 (file)
@@ -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";
index d191a3aa279244abffdaa285532bfdac1366704e..5368bd791984f254cd764c51eeb919245258b4b9 100644 (file)
@@ -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";
index 75912b40ab81d9951efd81ce4cac8fa946d94027..ca85e1a35bf1cc30415bdd53865a699d11ebf831 100644 (file)
@@ -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";
index 330ecb0e68a3591edc6026ae774d24021a5acb26..e742fb18fbc608ea9fd76fc9041fd4101661b02a 100644 (file)
@@ -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";
index 02662365a41a727a9a8aee691fd47d2dd43cbd99..28313b10b3f24bcba3c532035e56c460c902102f 100644 (file)
@@ -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";
index 8953bdd40735b6a3c6248eef1ff39f35da4ad79f..87a43b4b0a7d16a7c0d0247d92a259e733ca6bb5 100644 (file)
@@ -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";
index 298333714ebe0d0b622f81b23ab5b4b710f5da84..7fd721cfacbbdf91b82d8aca36abbccdc0126ebb 100644 (file)
@@ -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";
index 52828dcca01c9c7e3719b07998bb48dd22b10d81..c039a5ae06b7190a29f9889c806e65534b5bfb2a 100644 (file)
@@ -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";
index 8d6f453db8ebf7d673a9e345b41b4370ed1ffb28..bf53aa59d1e3aafd6d66ed1404163ee7d915025e 100644 (file)
@@ -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";
index 7b1075e8f549b9887a8fe3f84f7617b909013ba1..2014dba37b991e9078bc9276ea41d2bc0a3d52cb 100644 (file)
@@ -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";
index 9826bb815c4190d3ed7b10db93057d07a15c946c..2db058678cb023d4ad4acb65d56dd17d8b516c85 100644 (file)
@@ -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";
index d20b4e0aee8cb533e5539a660ade204ec20f5802..a60299d136489fa1d3936d04c5ad3c7c5fb0f36d 100644 (file)
@@ -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";
index c771b3b52100799a233f1d8c51591348414fd841..62be734be8dd573bc3587b3b5e230a97566f77ef 100644 (file)
@@ -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";
 
index 054a5e2d9246a5265fd52a22fd5f47f0d12473a5..9716e4162525f752b3932b4126c27d281b0778a4 100644 (file)
@@ -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";
 
index 535d7fbdaa8d438a8d5d13fa38579b099993414c..6ac5d07026017d1ffc90dde1c26783bab6694226 100644 (file)
@@ -1,5 +1,5 @@
 /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
-/* Written by Mathias Bynens <http://mathiasbynens.be/> */
+/* Written by Mathias Bynens <https://mathiasbynens.be/> */
 ( function( factory ) {
        "use strict";
 
index aba5ec0d93c1e31c7e99ab60b6d0e0e556cd5383..07254d95961837eee5cad25732c1273989c35b80 100644 (file)
@@ -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
  *
  */
 
index 0585a18e4edb701f0d325e1083ccc5ae5d9f1f23..32bfa5d3faff1aca758418a833b361d3066f3e87 100644 (file)
@@ -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";
index 0ac0c3bd8cef48318d842927e8e79a9a2c8767cb..9f1c3296b26811005720fc591f1c0a3c12485331 100644 (file)
@@ -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";
index 797db3072a35d24b60d3828df7bdb8bd31b50104..ea1dca86b73b46d72670efa1750db644decf9d1b 100644 (file)
@@ -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";
index 8ce20fb864e88f4c1bafb2d6f4986af8c5e98cfd..b8fb6ddac253a41ba7fd1936a5ac1aef6350f50c 100644 (file)
@@ -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";
index 05f042e95cb5c2c8348af38a00195a6970592adf..555484a92f3139c4e1ded0bce638c5fe0ea4c62e 100644 (file)
@@ -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";
index ef1b8da6bed87dbf8aa0dca9e20ad97ff6a063d4..488e4e232821c2ff27069e6a217c8f6a3947a7c3 100644 (file)
@@ -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";
index c291d96ae8515f0aa0f9afd6624c8a7c07574886..b38596ee53636fb9182b394d71b9692039c52c5b 100644 (file)
@@ -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
  */
index 6512cc58755200fdde5db2e2a08cd9bf261f54c0..7201b4fbf6324200af2fc41826831cfcf62f7eae 100644 (file)
@@ -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";
index 7e32d10bf4a175d5a02e340c470689730997e4d2..d5d71224dee0c48affd53c1690fe55e2fada2e1f 100644 (file)
@@ -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
index 6a8bfcbfd7ebec0c8990bf5cec9770f3fafbfd2f..ac2cfe42b22b7c0870cc60965a0b7e73ba2a0866 100644 (file)
@@ -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
index 7365210e1afc83b57fabe0c2aa29eaeb42511379..c127a6d009a1f349ec3120a71839a99c79b259fa 100644 (file)
@@ -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
index 86e6ff9068101032966c71702b1fb2ade39834b7..add80d80a15d3abded3f417d6f494d49a1a6b59f 100644 (file)
@@ -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
index 68970b7c1d2af53a3295856a55858d77c750360e..fe7605d89200f63e4a05706efa33eb43bb6ca782 100644 (file)
@@ -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
index b406da7d1f5ea867b15b7b08f5a02030742e1a33..a271351e07301e7897dd8fee10e9d85c75ad21d8 100644 (file)
@@ -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" );
        },
 
index 0ff816ec6fef3724c310d5921aae9ede094d98dd..02f63d7282f648f75174abc97c4c4fc7adb5aa80 100644 (file)
@@ -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
index 0307fb8e8385f95d81bda54671ec60316e94749e..8182736944423db577f3a8dd57fc8f738cdcc389 100644 (file)
@@ -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 ) {
index bb91553050d47915266d24408b2dd354646cf3f1..45fca0560a1c14fdbf68ee070d7b3f75ca8390ed 100644 (file)
@@ -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";
index 30dc8de98f54266866949f7439bfd7e06fdcefd6..1ef4b8a3dd8052849604813bafdaa852e1e4b35b 100644 (file)
@@ -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
index 73bfb211407f6e821c2e0741ac3d74ff3e90a00c..1dcac52777f6057bf85be808d5941e036a771f61 100644 (file)
@@ -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";
index 4049f2c524db2a437227f323a3d658feda122588..20e96440a0cf572f8db082da56193ff7913e5389 100644 (file)
@@ -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
index 3f1f19833d8c2e732c7bac7b94ea04c718e5bd70..7be097e73fecaa5f1b6edf3ae5bfdea16b1de47c 100644 (file)
@@ -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
index 88ea5bdb39c6e3746df05cd1cb3cd12837430880..0c35154b3757c218e9628f4cb9a44f66e3ab1ee9 100644 (file)
@@ -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 ) {
index c80e39f607c5051c3d8f15e0c983f12e985248dc..b1e2033ba9dbf1795cfa564ae4a4b3b95e1d9d9c 100644 (file)
@@ -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
index 15d77d24af57407921a16545f26379160fafcbcb..7f676b4147bae77407b74dc4d4c807909d2aefbb 100644 (file)
@@ -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
index 9460a9f6dda7ac00369c8c6368d3c246ed4fd0c2..70dc7e703556369bd457f82eb96a232c72527d08 100644 (file)
@@ -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 ) {
index 45ff18e72fc686f15582e59d381b7980f878b937..c35929a01c59d6d34b0eb25e3bbc451e7e4ccb57 100644 (file)
@@ -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
index cfa4d93f65e67988e7e30dcb1cc438f2038a236f..b8373c4e93b7f411677fb211bd992a77ac228df8 100644 (file)
@@ -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 );
index 9f634e35601b0507089ae577aa1615cdec00e254..083c0389e4d0028a4b59ae1cdfce387707517976 100644 (file)
@@ -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