id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7526,there is bug in the html() method of the latest jquery.,sankpand@… vattri@…,"sankpand@cisco.com, vattri@cisco.com","in the jquery 1.4.2, and 1.4.3, inside html(value){} method there is this[i].innerHTML = value that replace the innerHTML of this object with value, and this is causing issue in case when we have table element inside the div element (like <div><table></table></div>).
what it does is finally it separates the div and table elements as
(<div></div> <table></table>
this needs to be changed to this[i].html(value).",bug,closed,undecided,1.5,unfiled,1.4.4,worksforme,,,,
