X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=bacc5bd4ec7d2b91284169a79c8b3ed8b65d0a51;hb=c6f189ac73939c813bf3a2b848c492c8ba259807;hp=c334e78d600cd113609cc32da7e06e2f2bdc4fc2;hpb=122b672f704cca094de50dfef05e88faa84cb51d;p=jquery.git diff --git a/src/support.js b/src/support.js index c334e78..bacc5bd 100644 --- a/src/support.js +++ b/src/support.js @@ -51,10 +51,6 @@ // (IE uses styleFloat instead of cssFloat) cssFloat: !!a.style.cssFloat, - // Verify tabindex attribute existence - // (IE uses tabIndex instead of tabindex) - tabindex: !a.getAttributeNode('tabindex'), - // Will be defined later scriptEval: false, noCloneEvent: true @@ -101,5 +97,5 @@ jQuery.props = { maxlength: "maxLength", cellspacing: "cellSpacing", rowspan: "rowSpan", - tabindex: jQuery.support.tabindex ? "tabindex" : "tabIndex" + tabindex: "tabIndex" };