Javascript is not working in https

前端 未结 2 1210
清歌不尽
清歌不尽 2020-12-22 13:30

I have just added https to my site and apparently the only script I have in my site has stopped working. I don\'t think it is a problem of the script but here it is:

2条回答
  •  情话喂你
    2020-12-22 14:25

    Load all the scripts on you page this way:

    The main part is // – it says browser to use current protocol – https in your case.

    For example last version of JQuery from CDN:

提交回复
热议问题