Jquery ui in CDN



可能重复:
从Google下载jQuery CSS';s CDN

这里有人知道如何使用内容交付网络(谷歌)进行css jquery日期选择器吗?这可能吗?这是css。

<link type="text/css" href="css/sunny/jquery-ui-1.8.23.custom.css" rel="stylesheet" />

类似于jquery和jquery ui我使用的:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" type="text/javascript"></script>  

谢谢。

根据JQuery UI博客,看起来你可以在这里获得它:

  • http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/sunny/jquery-ui.css

最新更新