I want to use Google's jQuery CDN so that the user has the best opportunity to already have a cached version of jQuery.
Now my question is: how to determine what is the best version of jQuery in order to maximize the likelihood that the user already has a cached version?
Should I reference the latest jQuery? Or the most popular version?
For example, the latest version is currently jQuery 1.9.0, which was just released yesterday. But most sites probably don't yet link to it, so would I be better off using 1.8.3?
I think I can just look at the source code for Google or other popular websites and see which jQuery they link to, but I can not find the jQuery link when viewing the source.
source share