TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Latest jQuery and jQuery UI Theme links on Google CDN

22 点作者 bigstorm大约 15 年前

3 条评论

Kilimanjaro大约 15 年前
In my neverending quest to optimize everything I see, here is how I would handle urls:<p><pre><code> http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js</code></pre> to<p><pre><code> http://api.google.com/jquery142.js </code></pre> and<p><pre><code> http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js </code></pre> to<p><pre><code> http://api.google.com/jqueryui181m.js </code></pre> Less prone to errors, easier to remember.
stanleydrew大约 15 年前
The full list, for reference, is here: <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">http://code.google.com/apis/ajaxlibs/</a>
balac大约 15 年前
I didn't know they also hosted the themes, awesome!