Blocked loading mixed active content

前端 未结 4 815
终归单人心
终归单人心 2020-12-03 00:50

I am getting these warnings in my console and my script is not working fine

Blocked loading mixed active content \"http://code.jquery.com/ui/1.10.3/themes/smoothness

4条回答
  •  温柔的废话
    2020-12-03 01:51

    This kinds of issue will come up if you view the page as SSL. You need to modify your reference as https or else start the url as // so that you will avoid this issue.

提交回复
热议问题