I have some Javascript code containing calls to jQuery.get(). I'm passing a callback to receive the response from the server.
In Firefox 3.5 (Windows and Linux) and IE8, the callback is called reliably. In IE6, it's never called.
I've tried jQuery 1.3 and 1.4 -- same result.
Is there some setting in IE6 that could cause such a problem? I've tried IE6 from a couple of different machines, same behavior.