来自Google CDN的友好的jQuery CSS主题

试图获得谷歌托管的jQuery css主题的https友好版本,即

http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css

加载https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css的作品,除非有一些图标本身不是从https提供的问题。 即:

https://mysite.com上的页面从http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css中运行不安全的内容。 https://mysite.com/上的页面显示来自http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_flat_75_ffffff_40x100.png的不安全内容。 https://mysite.com/上的页面显示来自http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png的不安全内容。 https://mysite.com/上的页面显示来自http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png的不安全内容。 https://mysite.com/上的页面显示来自http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png的不安全内容。 https://mysite.com/上的页面显示来自http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png的不安全内容。

我希望它从谷歌托管。


你无能为力。 因为来自https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css jquery-ui.css内部使用带有http://...图像。

尝试协议相关的URL(RFC 3986的第4.2节):

<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"  
type="text/javascript"></script> 
链接地址: http://www.djcxy.com/p/78983.html

上一篇: friendly jQuery CSS theme from Google CDN

下一篇: Google CDN for jquery widgets