Jquery getScript caching
First lets clarify what is means that the jQuery disables the caching. When jQuery disables the cache is means that is force the file to be load it again by the browser with some kind of trick, eg by adding one extra random number as parameter at the end of the url. When jQuery have … Read more