[jQuery] ajax request hangs IE6

[jQuery] ajax request hangs IE6


XP IE6 virtual PC for test, latest version of jquery
the browser hangs after an ajax request.
$.get("/myurl", {random: $.random()}, mycallback);
I read that IE6 hangs for some cache searching stuff, that is why I
added a randomstring with my $.random() but keeps hanging the
browser.
anyone with this issue ?
thanks guys