Would the standard local js fallback pattern solve this? window.jQuery || document.write(' \x3C/script>')
JQuery SSL Certificates Expire
41–44 of 44 posts
Re: JQuery SSL Certificates Expire
#42Earlier quoted context omitted.
I am some kind of weird mutant because I consider having external javascript on my website to be an embarrassment for anything bigger than a hobby project -- but 99% of the universe behaves otherwise.
That's because the other 99% understands how browser caching works. If you use JQuery.com, Google, or Microsoft's CDNs then MOST of the time users won't have to download a JQuery/Boostrap/etc library as the browser would already have an unexpired cache of it. For example, the OP's link's cache will expire (theoretically) in the year 2079. So if a user visited ANY page that utilises JQuery v1.10.2 they already have it…
Re: JQuery SSL Certificates Expire
#43Earlier quoted context omitted.
That's because the other 99% understands how browser caching works. If you use JQuery.com, Google, or Microsoft's CDNs then MOST of the time users won't have to download a JQuery/Boostrap/etc library as the browser would already have an unexpired cache of it. For example, the OP's link's cache will expire (theoretically) in the year 2079. So if a user visited ANY page that utilises JQuery v1.10.2 they already have it…
Would just using another CDN be just as safe?
Re: JQuery SSL Certificates Expire
#44http://stackoverflow.com/questions/11726451/ajax-call-to-res...