I am using hosted jQuery for an SSL-enabled site. In IE it’s showing this message:
This webpage contains content that will not be delivered using a secure HTTPS.
If I click “ok”, I can use jQuery; if I click “no”, I cannot.
When I checked the hosted link for jQuery, it starts with “http”.
-
Is there an “https” hosted jQuery as an alternative?
-
Is it a security risk if I clicked “ok”?
-
Is there any method to suppress this message?
Google has a SSL enabled CDN which hosts jQuery
https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js or https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js
jQuery Download Page has information regarding different cdns which hosts jQuery. It says both Google and Microsoft has hosted jQuery with SSL support.