diff --git a/src/core.js b/src/core.js index 6b2c36a8..d23d4508 100644 --- a/src/core.js +++ b/src/core.js @@ -1071,7 +1071,7 @@ jQuery.extend({ return elem[ name ]; } - if ( msie && name == "style" ) + if ( msie && notxml && name == "style" ) return jQuery.attr( elem.style, "cssText", value ); if ( set )