File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments