TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Latest jQuery and jQuery UI Theme links on Google CDN

22 pointsby bigstormabout 15 years ago

3 comments

Kilimanjaroabout 15 years ago
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.
stanleydrewabout 15 years ago
The full list, for reference, is here: <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">http://code.google.com/apis/ajaxlibs/</a>
balacabout 15 years ago
I didn't know they also hosted the themes, awesome!