jQuery v1.1.3 Now 800% Faster (At The Same Size File)!

Posted July 2, 2007 at 10:14 AM

Tags: Javascript / DHTML

Rey Bango just told me some crazy fantastic news. jQuery v.1.1.3 was just released and is now 800% faster than its predecessor. And, through some black magic voodoo, they have managed to keep the file size at around 20K. According to Rey's site, here are some of the key features (I have removed a few of the less relevant):

  • Increased selector speed by 800% without increasing the size of the library (still 20kb).
  • Added a ton of new selectors.
  • Improved the performance of our animations
  • Revamped and overhauled event system
  • jQuery UI - Our new initiative to build a whole new Drag & Drop library from the ground up with speed and extensibility taken into consideration

If you STILL haven't checked out jQuery, you really should. It's a very powerful Javascript library who's whole philosophy is based on creating a very small, very simple API that can be leveraged and extended to create almost any solution. And, just like the ColdFusion community, the jQuery community and mailing list is full of people who want nothing more than to help you master jQuery and spread the good word. Of course, when you have a product that's so easy to believe in, it's no wonder people are so willing to get behind it.


 
 
 

 
jQuery v1.1.3 - 800% Faster at Only 20K - Who Knew A File So Small Could Be So Satisfying  
 
 
 

Post Comment  |  Ask Ben  |  Permalink  |  Print Page




Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Jul 2, 2007 at 10:42 AM // reply »
3 Comments

I did not use JQuery by now. But I am downloading right now. Thank you. I Did not know about such.


Jul 2, 2007 at 10:58 AM // reply »
6,516 Comments

@Serg,

You are gonna be really happy. jQuery is really pleasant to work with.


Jul 2, 2007 at 12:19 PM // reply »
49 Comments

jQuery rocks! But 1.1.3 broke my fadeIn effect for some reason. I need to spend some time and figure that one out...


Jul 2, 2007 at 12:26 PM // reply »
6,516 Comments

@Jim,

I would hop on over to Rey's blog (the first link in the beginning of this post) and post a comment on his entry. He is one of the promoters/developers of jQuery and I am sure he will be able to address this better than I am.


Jul 2, 2007 at 12:51 PM // reply »
1 Comments

I see I'm not the only person who finds jQuery to be sexually satisfying.


Jul 2, 2007 at 11:17 PM // reply »
74 Comments

w00t!


Jul 9, 2007 at 9:42 AM // reply »
14 Comments

JQuery is superb, but this new version causes Safari to crash. The 1.1.3.1 update hasn't fixed the issue either, so I've had to downgrade all my sites back to 1.1.2. It may be 800% slower, but at least it's stable cross-browser.


Jul 9, 2007 at 9:55 AM // reply »
49 Comments

Julian, have you checked the bug status or mentioned this on the mailing list??


Jul 9, 2007 at 10:08 AM // reply »
14 Comments

Jim, yes it's a known issue: http://dev.jquery.com/ticket/1331

Looks like it will be fixed in the next release, either 1.1.3.2 or 1.1.4

For the time being, I'm sticking with 1.1.2


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »
Nov 21, 2009 at 12:28 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jody I can't seem to get your code sample to work. If you are still having problems, try this code out and see if it gets you what you wanted. <!--- Comma delimited list with various duplicates ... read »
Nov 21, 2009 at 11:03 AM
Groovy Operator Overloading Does Not Work In The ColdFusion Context
Hi Ben, Thanks for this informative post. Now I am reading ur old posts too ... read »
Nov 21, 2009 at 10:56 AM
HostMySite.com Has The Best ColdFusion Hosting
@Mehul, Yes very nice people, however several downtimes per day which was not acceptable. Hence we had to move out. I am glad you are having good luck with them so far. ... read »
Nov 20, 2009 at 11:32 PM
Five Months Without Hungarian Notation And I'm Loving It
I've used headless camel case for years for not only ColdFusion variables, but also SQL tables and fields... pretty much everything involving code. I also subscribe to the "don't abbreviate and clea ... read »
Nov 20, 2009 at 11:00 PM
Five Months Without Hungarian Notation And I'm Loving It
@Marcel, Yeah, I always err on the side of longer but more readable variable names. As for the camel casing of CF methods and the headless camel casing of custom items, I get around this by always ... read »
Nov 20, 2009 at 10:56 PM
Five Months Without Hungarian Notation And I'm Loving It
I use the following and love it: my.namespace.MyComponents.functionMethodsOrUDF() CONSTANT_VALUES_OR_PROPERTIES One thing I always try is to CamelCaseBuiltInColdFusionFunctions() so others can tell ... read »