Description
The page https://api.jqueryui.com/color-animation/ tries to load the js/css via http so the requests get blocked. Console log is below
Log:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
color-animation.html:6 Mixed Content: The page at 'https://api.jqueryui.com/resources/color-animation.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css'. This request has been blocked; the content must be served over HTTPS.
color-animation.html:1 Mixed Content: The page at 'https://api.jqueryui.com/resources/color-animation.html' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.10.2.js'. This request has been blocked; the content must be served over HTTPS.
color-animation.html:1 Mixed Content: The page at 'https://api.jqueryui.com/resources/color-animation.html' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/ui/1.11.4/jquery-ui.js'. This request has been blocked; the content must be served over HTTPS.
color-animation.html:25 Uncaught ReferenceError: $ is not defined