mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: remove expired links from old jquery source
Ref gh-4981 Ref gh-4991
This commit is contained in:
parent
4b0d8900ec
commit
c3c4d20736
2
test/data/jquery-1.9.1.js
vendored
2
test/data/jquery-1.9.1.js
vendored
@ -2051,7 +2051,6 @@ jQuery.fn.extend( {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Based off of the plugin by Clint Helfers, with permission.
|
// Based off of the plugin by Clint Helfers, with permission.
|
||||||
// http://blindsignals.com/index.php/2009/07/jquery-delay/
|
|
||||||
delay: function( time, type ) {
|
delay: function( time, type ) {
|
||||||
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
|
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
|
||||||
type = type || "fx";
|
type = type || "fx";
|
||||||
@ -2559,7 +2558,6 @@ jQuery.extend( {
|
|||||||
get: function( elem ) {
|
get: function( elem ) {
|
||||||
|
|
||||||
// elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
|
// 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" );
|
var attributeNode = elem.getAttributeNode( "tabindex" );
|
||||||
|
|
||||||
return attributeNode && attributeNode.specified ?
|
return attributeNode && attributeNode.specified ?
|
||||||
|
Loading…
Reference in New Issue
Block a user