jQuery CDN module upgrades Drupal's internal version of jQuery with one hosted on an external CDN.

jQuery Documentation at http://docs.jquery.com/Downloading_jQuery#CDN_Hosted_jQuery suggest one of:

  • Google Ajax API CDN
  • Microsoft CDN
  • jQuery CDN (Not supported on SSL sites)

and jQuery CDN will allow you to select both the CDN and the version (including a smart, 'always the latest' option, hosted on Google Ajax API CDN for both the jQuery and jQuery UI libraries.

Why would you want to do this?

  • Decrease load on hosted servers
  • Decreased Latency
  • Increased parallelism
  • Better caching

Project information

Releases