为什么这个网站卡在预懒惰加载器中?

问题描述

快速求助:这个网站不知何故“坏了”并且卡在了预加载器中 https://thelosertakesitall.com/ – 我想了解原因以及如何解决,谢谢!

我尝试删除显示加载器的元素,但它只是停留在空白屏幕上。我知道代码很旧,是由我不再联系的人设置的。

解决方法

jQuery 未加载,因为:

混合内容:“https://thelosertakesitall.com/”上的页面是 通过 HTTPS 加载,但请求了不安全的脚本 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'。 此请求已被阻止;内容必须通过 HTTPS 提供。

尝试改变

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- Load jQuery library -->

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- Load jQuery library -->