[jQuery] Internet Explorer fails to update DOM after Ajax-Request

[jQuery] Internet Explorer fails to update DOM after Ajax-Request


I am using the code below to update the DOM. It works in Safari,
Firefox, Opera but IE just doesn't update the DOM.
If I alert() the data it appears as it should.
If I put the returned data as a string directly in the code (i.e. var
data = "[html here]") it works.
All files are UTF8 and I just can't figure out what is wrong.
Best regards,
Pontus