mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 08:15:00 -05:00
Add notes about #9699 fix
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user