2011-09-22 53 views
0

問題,我包括遠程JQuery,並從谷歌JQuery-UI。該頁面適用於Chrome和Opera,但在FF中,似乎沒有加載JQuery UI樣式。在Firebug的,當我打開網頁代碼,並檢查css文件爲JQuery-UI,而不是內容我看到:包括遠程jQuery的UI.css,在FF

Reload the page to get source for: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css

我的頭文件是:

<head> 
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> 
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" rel="stylesheet"> 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"> 
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.js"> 
<link type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> 
<link type="text/css" href="css/index.css" rel="stylesheet"> 
</head> 

編輯:

我與圖書館的最新版本檢查,仍然沒有

+3

您是否嘗試過沒有運行Firebug?有時我的Firebug似乎不喜歡通過HTTP抓取東西?或者也許不通過HTTPS獲取它們(將腳本SRC更改爲http:// theurl而不是https:// theurl) –

+0

@Rob Quincey:感謝提示,實際上我從http更改爲https,在jquery-ui.css中引用,它運行:)奇怪,但 –

回答

2

你需要到c失去腳本標籤。它應該工作。