We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente24f2dc commited066acCopy full SHA for ed066ac
test/data/jquery-1.9.1.js
@@ -2051,7 +2051,6 @@ jQuery.fn.extend( {
2051
},
2052
2053
// Based off of the plugin by Clint Helfers, with permission.
2054
-// http://blindsignals.com/index.php/2009/07/jquery-delay/
2055
delay:function(time,type){
2056
time=jQuery.fx ?jQuery.fx.speeds[time]||time :time;
2057
type=type||"fx";
@@ -2559,7 +2558,6 @@ jQuery.extend( {
2559
2558
get:function(elem){
2560
2561
// elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
2562
-// http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
2563
varattributeNode=elem.getAttributeNode("tabindex");
2564
2565
returnattributeNode&&attributeNode.specified ?