Im using ajax and getscript alot in my website. I load my page in multiple part and i have navigation bar that use ajax to refresh the content. It works perfectly in Firefox, in IE8, it stop working after i click 13 time on my navigation bar... doesn't matter wich or if i on 2 different click 6 on one and 7 on the other... after a total of 13 request it stop working.... I know 13 is not a lucky number

but there must but some explanation... this work in firefox, i can't see any problem in firebug. What it does is the jquery stop being requested completly, event do not trigger, ajax request are not being done... can't execute jquery but it doesn't give any error and it doesnt crash my ie8. I thought i could be some kind of limit, in ajax, i don't think its a querystring problem as i use POST.
Is there some kind of limits with ie8 and ajax, getscript request ?