代码之家  ›  专栏  ›  技术社区  ›  Darryl Hein IrishChieftain

Google的CDN上有jQuery UI CSS主题的缩小/压缩版本吗?

  •  17
  • Darryl Hein IrishChieftain  · 技术社区  · 14 年前

    我知道Google在以下位置有jQuery UI的CSS文件:

    //ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css
    

    我尝试了许多类似于js文件命名方式的组合,但它们的结果都是404。

    有什么想法吗?

    5 回复  |  直到 14 年前
        1
  •  6
  •   Pascal Qyy    14 年前

    不,在我看来不是,但我建议你问这个问题 the dedicated group

    无论如何,提供的版本似乎已经很好地优化了。。。

        2
  •  6
  •   tr4656    14 年前

    他们没有缩小版。微软CDN也没有。 你不需要压缩它。如果您真的想更快地加载,那么您需要包含在jquery UI页面上构建的自定义包,以便只包含所需的功能。

        3
  •  5
  •   tree    11 年前

    谷歌现在有了JQuery的最小化版本:

    https://developers.google.com/speed/libraries/devguide#jquery-ui

    从440k降到223k

        4
  •  3
  •   user1032531    9 年前

    谷歌的CDN网站显示js的精简版,css的未精简版: https://developers.google.com/speed/libraries/devguide#jqueryui

    jQuery UI
        snippet: <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css" />
        <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script> 
        site: jqueryui.com 
        versions: 1.11.3, 1.11.2, 1.11.1, 1.11.0, 1.10.4, 1.10.3, 1.10.2, 1.10.1, 1.10.0, 1.9.2, 1.9.1, 1.9.0, 1.8.24, 1.8.23, 1.8.22, 1.8.21, 1.8.20, 1.8.19, 1.8.18, 1.8.17, 1.8.16, 1.8.15, 1.8.14, 1.8.13, 1.8.12, 1.8.11, 1.8.10, 1.8.9, 1.8.8, 1.8.7, 1.8.6, 1.8.5, 1.8.4, 1.8.2, 1.8.1, 1.8.0, 1.7.3, 1.7.2, 1.7.1, 1.7.0, 1.6.0, 1.5.3, 1.5.2 
        note: This library depends on jQuery. You must also load jQuery before loading this module. Version 1.8.3 is not hosted due to its short life, and the alias 1.8.3 actually loads 1.8.4. 
    

    对于缩小的css,请使用: https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.min.css

        5
  •  2
  •   Yi Jiang    14 年前

    实际上,我不认为应该从Google的CDN加载jQuery UI及其相关CSS文件,因为jqueryui是模块化的,而从Google的CDN加载文件将加载 全部的