Posted in jQuery | Posted on 01-14-2010 | 2,807 views
Just a quick note to let folks know that jQuery 1.4 is now officially released. More information can be found at the jQuery14 site. That link also includes a nice overview (with pretty charts!) of some of the updates. Oh, and Google is already offering a CDN version as well.
So - who is going to take this opportunity to jump upon the jQuery bandwagon??


btw, we have a bunch of plugins we can recommend for you. :)
There's room for many-a-more.
It's funny, I specifically remember commenting on someone's blog about the dangers of linking to Google's jQuery files. The blog owner scoffed at me, but who's laughing now? If only I could remember whose blog that was so I could gloat in the right direction...
I wonder how many people are debugging their fancy UIs right now...
// whatever the current version happens to be
ajax.googleapis.com/ajax/libs/jquery/1/
// jQuery 1.4
ajax.googleapis.com/ajax/libs/jquery/1.4/
The upsides to using Google's code hosting is that you can worldwide distributed caching, and since it's from a central location if your user already has that file they won't need to download it again.
http://andymatthews.net/read/2010/01/05/jQuery,-AI...
[Add Comment] [Subscribe to Comments]