I fixed this using the setting in the ajax request cache: false
On Oct 13, 3:09 pm, rasensio <rasen...@gmail.com> wrote: > 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