JQuery's CDN is Down?
code.jquery.com
JQuery's CDN is Down?
1–5 of 5 posts
Re: JQuery's CDN is Down?
#2Their SSL cert just expired.... How much of the internet is down right now? :P
Re: JQuery's CDN is Down?
#3another reminder that using a third party CDN just just another point of failure you add to your site.
Re: JQuery's CDN is Down?
#4Fallback
" rel="nofollow">http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"> if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='/js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E")); }
Re: JQuery's CDN is Down?
#5I think visitors might have a higher chance of having a cache jQuery from google CDN.