jQuery grows older…
… and celebrates it with a brand new release.
jQuery is now 3 years old and is already living the life of a rock star!. Within a small span of time, it has become one of the most used JavaScript library/framework. If web development is your cup of tea, then jQuery is like… well… the tea itself.
The new release (1.3) comes with major performance improvements across many of its core features as well as adding some cool new event based features. Here are some of the highlights:
- A brand new selector engine, aptly named - Sizzle!
- Live Events: Apply events to elements even before they are rendered!
- jQuery Event and HTML Injection Rewrite: SPEED! more SPEED!
There are many other small and big enhancements, you can get the complete list here. The good thing is that upgrading should not cause any major issues. The new jQuery is already available on Google’s edge servers @ http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
I am off to check whether my plugin works fine with this release or not.




