If you'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><script>window.jQuery || document.write('<script src="/resources/js/jquery-3.1.1.min.js"><\/script>')</script>
This is a duplicate of:
<a href="https://news.ycombinator.com/item?id=16879543" rel="nofollow">https://news.ycombinator.com/item?id=16879543</a><p>It also effects more than just the version you're linking to
Great opportunity to strip out unnecessary uses of jQuery, and move to vanilla javascript.<p><a href="http://youmightnotneedjquery.com/" rel="nofollow">http://youmightnotneedjquery.com/</a>