We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1300f1 commit 9cb89bfCopy full SHA for 9cb89bf
1 file changed
src/attributes/prop.js
@@ -57,9 +57,10 @@ jQuery.extend( {
57
tabIndex: {
58
get: function( elem ) {
59
60
+ // Support: IE 9-11 only
61
// elem.tabIndex doesn't always return the
62
// correct value when it hasn't been explicitly set
- // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
63
+ // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
64
// Use proper attribute retrieval(#12072)
65
var tabindex = jQuery.find.attr( elem, "tabindex" );
66
0 commit comments