[jQuery] .html(val) not working properly in IE6 - suggestions?

[jQuery] .html(val) not working properly in IE6 - suggestions?


I have a Div tag whose contents I'm trying to wipe out and replace
with stuff retrieved via an ajax call. Everything works fine, except
in IE6, where when I try to wipe out the contents of my div tag,
nothing happens:
$("#myDivId").html("");
The .html(val) call works fine in IE for some pages, but not for
others. I'm guessing it's more of a problem with IE6 than JQuery, but
I was hoping someone else had come across this problem and could offer
some tips?
Thanks,
jonathan