jQuery: The Write Less, Do More JavaScript Library

Changeset 5575

Show
Ignore:
Timestamp:
05/13/08 00:42:12 (3 months ago)
Author:
aflesler
Message:

jquery core: don't let .attr() set style for xml.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/core.js

    r5574 r5575  
    10721072            } 
    10731073 
    1074             if ( msie && name == "style" ) 
     1074            if ( msie && notxml &&  name == "style" ) 
    10751075                return jQuery.attr( elem.style, "cssText", value ); 
    10761076