[jQuery] Multiple image requests in IE 6 when using the html() function
Hi,
I am using jQuery.ajax to make an ajax request and my response
contains an IMG tag. I use html(val) to update the contents of my DIV,
but there are 3 requests for each image referenced in my IMG tag when
i monitor this request using HTTP watch. If i use a regular DOM
innerHTML property there are no issues. Any ideas?
Thanks,
Gowtham