mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Add notes about #9699 fix
This commit is contained in:
parent
7856230f67
commit
6174612daa
@ -367,6 +367,7 @@ jQuery.extend({
|
||||
if ( elem.nodeType === 1 ) {
|
||||
name = jQuery.attrFix[ name ] || name;
|
||||
|
||||
// See #9699 for explanation of ths approach (setting first, then removal)
|
||||
jQuery.attr( elem, name, "" );
|
||||
elem.removeAttribute( name );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user