Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Eric
Mar 30, 2011
  7792
(1 votes)

Use Microsoft CDN for JQuery or Google CDN with fallback

When we develop modern websites it will become more frequent that we use some kind of javascript library. And as it is we should always use a CDN from Microsoft or Google when we use these libraries.

Here is a link, http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/,  on why we should use it but in my case I thought I should share a fallback as well that are not that commonly used in projects.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  <script>window.jQuery||document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>');</script>

 

These are the links to Microsoft CDN and Google CDN:

http://code.google.com/intl/sv-SE/apis/loader/

http://www.asp.net/ajaxlibrary/cdn.ashx

Mar 30, 2011

Comments

Mar 30, 2011 06:15 PM

How often will that fallback be needed? :)

Eric
Eric Mar 30, 2011 10:07 PM

well... hopefully never but actually this happend the other day to a customer that could not use google domain and therefore could not use jquery libs. :)

So it is not like i think google will go down or microsoft :)

Please login to comment.
Latest blogs
Solving the mystery of high memory usage

Sometimes, my work is easy, the problem could be resolved with one look (when I’m lucky enough to look at where it needs to be looked, just like th...

Quan Mai | Apr 22, 2024 | Syndicated blog

Search & Navigation reporting improvements

From version 16.1.0 there are some updates on the statistics pages: Add pagination to search phrase list Allows choosing a custom date range to get...

Phong | Apr 22, 2024

Optimizely and the never-ending story of the missing globe!

I've worked with Optimizely CMS for 14 years, and there are two things I'm obsessed with: Link validation and the globe that keeps disappearing on...

Tomas Hensrud Gulla | Apr 18, 2024 | Syndicated blog

Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog