Quantcast
Channel: code candies - codecandies.com
Viewing all articles
Browse latest Browse all 25

IE caching for ajax requests

$
0
0

Thanks to dac-xp for this code candy

/*
 * random number for the shitty InternetExplorer to f*ck
 * their caching-system. I hope the programmers of the IE
 * caching for ajax requests will die a terrible death.
 */
var requestid = Math.random() * (9999999999-0+1);

Programming language: JavaScript


Viewing all articles
Browse latest Browse all 25

Trending Articles