Javascript won't run on github pages site

前端 未结 2 1618
面向向阳花
面向向阳花 2021-01-03 06:54

So the javascript used to work on my github pages site but it doesn\'t work anymore after I delete the repository and tried to re-uplaod the project with some changes. Here

2条回答
  •  不知归路
    2021-01-03 07:46

    when you work with non specified http protocols could be a good idea don't put them in any request... so, instead of http:// use only //.

    console.log("$", window.jQuery)

提交回复
热议问题