tags:

views:

89

answers:

3

I am currently running 1.3.2, and i have no problems with it so far. Are there any good reasons why i should have a look at jQuery 1.4.

I know you don't know what type of application i have, but maybe there are some mayor benefits that suits every developer.

Thank you in advance!

A: 

See jQuery 1.4 Released: The 15 New Features you Must Know

jQuery 1.4 Released: Sneak Peek on New Features and Enhancements

rahul
Thank you for the recources, i will read trough
Saif Bechan
A: 

There are many benefits: http://jquery14.com/day-01/jquery-14

Such as faster performance, lots of tweaks, etc...

But I think the best reason, like most popular technologies, is that sooner or later everyone is going to be using 1.4x and you'll have to learn it, so you should start new projects with it so you can be on the curve.

Robert
Yes i guess i have to switch over one day. i was not aware of the optimizations tho, that is a huge +
Saif Bechan
+2  A: 

pros:

  1. Speed - every good js framework is speedier each release
  2. Support - old version is not being fixed any more ;)
  3. New features - mentioned third, cause You might not need them
  4. The docs page changed with 1.4 version
  5. There's not much to learn to switch over

cons: [nobody mentioned before]

  1. Most old plugins that are not developed anymore might not work
  2. Even some new plugins will show up with some latency
  3. Some plugins' behaviours change with 1.4 and You'll have to learn and change Your code [like in BBQ plugin]
  4. Some tricky bits of Your own code might not work
naugtur
As a rule I have rarely seen pro #1 borne out in software frameworks. If jQuery is getting speedier, then bravo...
Chris Noe
Well Yes - it is. All important javascript frameworks are being optimized quite well. I remember animating 5 divs floating around the page with about 0,5 FPS with jquery 1.0. But It was my fault too ;)
naugtur