Hacker News new | past | comments | ask | show | jobs | submit login
JQuery's CDN is Down? (jquery.com)
5 points by danieljurek on July 31, 2014 | hide | past | favorite | 4 comments



Fallback

<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"><... <script type="text/javascript"> if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='/js/jquery-1.4.2.min.js' type='text/javascript'%3E%3C/script%3E")); } </script>


another reminder that using a third party CDN just just another point of failure you add to your site.


I think visitors might have a higher chance of having a cache jQuery from google CDN.


Their SSL cert just expired.... How much of the internet is down right now? :P




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: