我的jQuery的UI代碼執行完美,當我鏈接到媒體寺ProCDN - 提供了jQuery的一個 - UI網站:我可以鏈接到jQuery-ui站點上的CDN(「官方jQuery CDN」),但我無法鏈接到Google的。爲什麼?
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
當我嘗試鏈接到谷歌託管版本但是,它需要更長的時間來負載和jQuery代碼沒有在網頁上實現:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
我真的不知道我爲什麼不能去谷歌的路線。
jQuery UI版本的目標是不同的?通過Google,您可以鏈接到jQuery UI 1.9.1而不是1.10.2 –
不,它不是。即使鏈接到Google上的1.10.2也不起作用。 – divergent