id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
2468	html() funtion of jQuery does't work correctly in ie	chsenr		"{{{
$.ajax({
	type: ""GET"",
	url: '/test/ok.txt',//the html text in this file can't be appended to <div id=""c""></div> correctly in ie
	//url: '/test/oops.txt',//but this is not. 
	//by the way .the content in two file can be appended to <div id=""c""></div>.
	complete :function (http_req,status){
		   if(status=='success'){
			 jQuery('#c').html(http_req.responseText);
		   } else { //error
		   }
	}	
});  	 
}}}

'''encoding of ok.txt and oops.txt is utf8.'''"	bug	closed	major	1.2.4	ajax	1.2.3	worksforme				
