Sunday, January 17, 2010

jQuery 1.4 is out

Key milestones:

DateVersionSizeZipped
Aug 20061.016.7 kB8.8 kB
Jul 20071.1.320.9 kB10.9 kB
May 20081.2.654.4 kB16.6 kB
Feb 20091.3.255.9 kB19.4 kB
Jan 20101.468.2 kB23.3 kB

jQuery has grown very large over the years. Of course, it has also added much new functionality. However, I wonder if we will see jQuery Lite — a return to its 20+ kB roots, perhaps.

(A typical webpage may have just 3-10 kB of compressed JavaScript. Compare this to jQuery/jQuery UI's 50+ kB — the library is far bigger!)

What is so attractive about jQuery?

I'll have to say it is (i) easy-to-use, (ii) lite and, (iii) easily extensible.

Easy to use: jQuery makes it so much easier to manipulate the DOM. Its small size that makes it a no-brainer to use. However, it is not always true now.

Lite: jQuery is a library, not a framework. You can use any one of its functions standalone without having to learn anything else.

Extensible: it is trivial to add your own functions to jQuery.

jQuery is such a game-changer for me that I've decided to contribute to its cause — I've donated US$10 to them.

jQuery 1.4 is out

No comments:

Post a Comment