From 6174612daad811a89915d03017bd4869970e60da Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Sun, 18 Sep 2011 20:15:35 -0400 Subject: [PATCH] Add notes about #9699 fix --- src/attributes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/attributes.js b/src/attributes.js index 7983c74bd..50a4f6290 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -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 );