]> source.dussan.org Git - jquery.git/commitdiff
Docs: remove expired links from old jquery source 4999/head
authorTimmy Willison <4timmywil@gmail.com>
Fri, 7 Jan 2022 17:41:21 +0000 (12:41 -0500)
committerTimmy Willison <4timmywil@gmail.com>
Fri, 7 Jan 2022 17:41:21 +0000 (12:41 -0500)
Ref gh-4981
Ref gh-4991

test/data/jquery-1.9.1.js

index 80c97a226a9833674b06d341ca9f8e93389e9d33..ae116a43e0dc284b38595707f179dfacf7dd2390 100644 (file)
@@ -2051,7 +2051,6 @@ jQuery.fn.extend( {
        },
 
        // Based off of the plugin by Clint Helfers, with permission.
-       // http://blindsignals.com/index.php/2009/07/jquery-delay/
        delay: function( time, type ) {
                time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
                type = type || "fx";
@@ -2559,7 +2558,6 @@ jQuery.extend( {
                        get: function( elem ) {
 
                                // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
-                               // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
                                var attributeNode = elem.getAttributeNode( "tabindex" );
 
                                return attributeNode && attributeNode.specified ?