I'm on the Mac OSX platform, and see hour note about workarounds for non-Mozilla browsers.
Since the root of the issue is XMLHTTPRequest, how about making the "replacer" element an iframe, and using document.getElementById("replacer").src = data.replace(...); instead of loading it via jquery?
I'm on the Mac OSX platform, and see hour note about workarounds for non-Mozilla browsers.
Since the root of the issue is XMLHTTPRequest, how about making the "replacer" element an iframe, and using
document.getElementById("replacer").src = data.replace(...);
instead of loading it via jquery?