Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 4
    I was forced to use jQuery's $.getScript, as this function did fail for cached scripts in MSIE8-, unfortunatelly Commented Jun 4, 2013 at 10:35
  • @ZathrusWriter that's probably a better idea, thanks for letting us know! You could probably add a random int to the url in this code and it would remove the caching. Commented Jun 4, 2013 at 14:23
  • 2
    Yes Aram, that would certainly do the trick, however it would also invalidate browser's caching, so the overhead in such case is probably not really worth it ;) Commented Jun 4, 2013 at 16:14
  • @ZathrusWriter, so how does the workings of the jQuery implementation work?
    – Pacerier
    Commented May 7, 2014 at 9:02
  • @Pacerier sorry, I'm not a jQuery core developer, so I can't really answer that Commented May 7, 2014 at 9:11