|
|
|
|
|
by tangue
3296 days ago
|
|
Websites using cdns should always use a server hosted backup, it's not that hard <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='/serverHostedJquery.js' %3E%3C/script%3E"));
}
</script>
|
|