jQuery 1.4 Released - Hella Sweeeet!

Posted January 14, 2010 at 10:20 PM by Ben Nadel

Tags: Javascript / DHTML

Today, the jQuery team released jQuery 1.4 to the world with much anticipated excitement. People have been Tweeting about it all day long, but I've had to get my work done; as such, it was an extremely awesome and yet thoroughly frustrating day. Before I go home, I wanted to take a moment and expression my jQuery enthusiasm artistically.


 
 
 

 
jQuery 1.4 ... Yeah, It's That Awesome!  
 
 
 

If you want to find out more about the jQuery 1.4 release, checkout press release on www.jquery14.com. Also, check out the hot, new API website, api.jquery.com.



Reader Comments

Jan 14, 2010 at 11:00 PM // reply »
7 Comments

Just loaded it into my company site repo and half way through updating compile scripts :) w00t!


Jan 14, 2010 at 11:52 PM // reply »
149 Comments

The delay method looks tight! But much more importantly, "better support for Java applets". I'm going to go out on a limb here and say that Java applets are going to be HUGE, in the future.


Jan 15, 2010 at 12:55 AM // reply »
11 Comments

Delay is alright, but there was always .animate({opacity: 1}). I'm still looking forward to something a little more generalized that I can use like a pause() in other languages. jQuery.proxy does look extremely useful at saving a few lines of code around bindings.

They've not done a great job of highlighting some of the new features, here's a link to a good article: http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/

I've dropped $25 into their paypal account, hoping I get one of the e-books that I don't already own.


Jan 15, 2010 at 3:02 AM // reply »
149 Comments

Isn't delay for sequencing and orchestrating time-based animation? Like making element A fade out, and then 1/2 second later element B fade in a simpler and conciser way than managing setTimeouts or termination triggers yourself? Wouldn't .animate({ opacity:1 }) just animate the opacity in when the line of code executes? I haven't had time to do much fancy interface animation with jQuery yet but this seems like it really empowers and simplifies richer interfaces and transitions.


Jan 15, 2010 at 6:06 AM // reply »
14 Comments

Looks sweet!

Just loaded it into a couple of intranet developments we're doing and the pages with heavy jQuery ... loading times have sped up 10 fold!

Damn I love jQuery :D


Jan 15, 2010 at 7:14 AM // reply »
44 Comments

At least we now know that the performance hit from method chaining is infinitesimally smaller than manipulating the DOM. Thus, I approve this picture's PSA.


Jan 15, 2010 at 7:54 AM // reply »
11,238 Comments

This is pretty exciting. Now, I just need to make time to look at the API and read the docs!

@Drew,

Thanks for the link; James did a great job rounding it up.


Jan 15, 2010 at 8:55 AM // reply »
11 Comments

@David McGuigan,

By having jQuery run an animation for set amount of seconds, it will hold up the rest of the chain until the animation is complete. Since the action of the animation is not doing anything, you are in effect having jQuery sit in a loop of nothing for the time specified.

I actually spent a good bit of time yesterday reviewing animation and was not able to craft my own delay out of it. It feels like I've myself somehow by looking at the new delay() function.


Jan 15, 2010 at 10:23 AM // reply »
7 Comments

WHOA! A beautiful woman who can write jQuery! That is awesome!!
Thanks Ben :-)


Jan 15, 2010 at 12:24 PM // reply »
149 Comments

@Drew:
Ah, thanks. I'd assumed that it just used Web Workers ( or whatever Javascript's multithreading technology is called ) under the hood to run animations simultaneously. Very good to know.


Jan 15, 2010 at 12:33 PM // reply »
34 Comments

Ben,

Would like to commend you on your ability to succintly present complex topics in clear easy to understand visuals.

Now I need to just explain to the wife the importance :D


Jan 15, 2010 at 12:35 PM // reply »
11,238 Comments

@Kevin,

It's all for educational purposes :)


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 20, 2013 at 10:51 AM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Josh, Oh snap! You're totally right! I'm not sure I've ever tried that. I did know that you can call a number of other array-methods on ColdFusion query columns: http://www.bennadel.com/blog/167 ... read »
May 20, 2013 at 10:45 AM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Ben - I believe you can achieve the same functionality with ColdFusion's built in ArrayToList() function. ArrayToList( users[ "id" ] ); ... read »
May 20, 2013 at 10:21 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Is there any error logging and handling framework in angularjs, if not then in what way I can do this. ... read »
May 19, 2013 at 2:31 PM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
It's funny really just how well that image describes the way I would imagine most people that go with angular for some project is. I have had a similar roller-coaster ride with it as well, but not qu ... read »
May 17, 2013 at 7:42 PM
HashKeyCopier - An AngularJS Utility Class For Merging Cached And Live Data
Ben - thanks so much for posting these Angular articles and findings, they've been a huge help towards learning one of the more 'complex' JavaScript frameworks out there (IMO). I have been using Angu ... read »
May 16, 2013 at 5:01 PM
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Your code was the closest thing I've found to obtaining some direction for converting ISO fields to values that CF can translate properly. Thank you for posting! ... read »
May 15, 2013 at 6:07 PM
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Ben, you once again saved my bacon at work. Thank you, thank you, thank you! ... read »
May 15, 2013 at 4:15 PM
What If All User Interface (UI) Data Came In Reports?
@Josh, Thanks! @Ben, I definitely recommend the David West book "Object Thinking" I've been quoting from. It goes deeply into the philosophy and history of OO programming. His breadth ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools