Skip to content

Commit 9cb89bf

Browse files
committed
Attributes: Add a support comment & fix a link @ tabIndex hook
Ref gh-2664
1 parent f1300f1 commit 9cb89bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/attributes/prop.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jQuery.extend( {
5757
tabIndex: {
5858
get: function( elem ) {
5959

60+
// Support: IE 9-11 only
6061
// elem.tabIndex doesn't always return the
6162
// correct value when it hasn't been explicitly set
62-
// 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/
6364
// Use proper attribute retrieval(#12072)
6465
var tabindex = jQuery.find.attr( elem, "tabindex" );
6566

0 commit comments

Comments
 (0)