TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JQuery CDN SSL has expired and breaking dependent websites

38 pointsby thepumpkin1979about 7 years ago

5 comments

cmgabout 7 years ago
If you&#x27;re affected and can grab a copy of the jquery-version.min.js file you need, add it to your project and then add this line (adjusted for path and version) right after the failing call to the CDN:<p>&lt;script&gt;window.jQuery || document.write(&#x27;&lt;script src=&quot;&#x2F;resources&#x2F;js&#x2F;jquery-3.1.1.min.js&quot;&gt;&lt;\&#x2F;script&gt;&#x27;)&lt;&#x2F;script&gt;
justindocantoabout 7 years ago
This is a duplicate of: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16879543" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16879543</a><p>It also effects more than just the version you&#x27;re linking to
评论 #16879855 未加载
nwah1about 7 years ago
Great opportunity to strip out unnecessary uses of jQuery, and move to vanilla javascript.<p><a href="http:&#x2F;&#x2F;youmightnotneedjquery.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;youmightnotneedjquery.com&#x2F;</a>
评论 #16879935 未加载
tarellelabout 7 years ago
Looks like they used Let&#x27;s Encrypt to save the day!
datdungabout 7 years ago
its back up
评论 #16879911 未加载
评论 #16879902 未加载