Bug Tracker

Ticket #1143: html.diff

File html.diff, 421 bytes (added by brandon, 5 years ago)

Patch for html

  • src/jquery/jquery.js

     
    11411141         */ 
    11421142        html: function( val ) { 
    11431143                return val == undefined ? 
    1144                         ( this.length ? this[0].innerHTML : null ) : 
     1144                        ( this.length ? this.removeAttr('mergeNum')[0].innerHTML : null ) : 
    11451145                        this.empty().append( val ); 
    11461146        }, 
    11471147