Sticky-kit.js 即使在官方示例页面中也不起作用

Sticky-kit.js not working even in the official example page

我在我的网络项目中使用 sticky-kit 有一段时间了。现在,我正在使用无法正常工作的 sticky-kit 开发新功能。但是,关键是即使是 sticky-kit 官方网页中的示例也不适合我:https://leafo.net/sticky-kit/#examples。我可以在控制台中看到很多 javascript 错误。我很确定我遗漏了一些愚蠢的东西,但我不知道是什么。

更新:

我可以在控制台中看到这些错误:

Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure script '<URL>'. This request has been blocked; the content must be served over HTTPS.

main.js:3 Uncaught ReferenceError: $ is not defined
    at main.js:3
    at main.js:24

example.js:5 Uncaught ReferenceError: $ is not defined
    at example.js:5
    at example.js:54

您对此无能为力,只能通知 sticky-kit.js 的维护者他们更新了该站点。由于他们的网站只能通过 https 访问(这很好),所以他们不允许像使用 google 字体或 jQuery.

那样通过 http 加载第三方代码