« Email address regex | Main | Creating a YouTube Gallery using jQuery Fancybox »

May 07, 2010

JQuery $.get() caching in IE 7

Having extensively used jQuery AJAX all over the site we built in Feb have now discovered that IE 7 caches GET requests if the URL is the same? WTF? That's helpful for regularly updated feeds. Thanks MS. My day will now consist of finding every GET call in every CMS page and application script and pasting { blah : 1 , 'random' : Math.floor(Math.random()*1000 ) } into it. RSI here we come.

Tags: jQuery

Posted by pj at May 7, 2010 01:22 PM

Comments