I remember when jQuery 1.4 came out, there was a upgrade link and text where it said that there where stuff that was changed, and stuff we had to rewrite for it to work in 1.4.

I can't find this link anymore, because I now want to upgrade to 1.5 from 1.3.2 but I want to be sure everything still works.

Does anybody know of the differences and have a link I can use to upgrade correctly?

link|improve this question

feedback

2 Answers

up vote 9 down vote accepted

The differences between 1.3.2 are listed here: http://jquery14.com/day-01/jquery-14

And the release notes for 1.5: http://blog.jquery.com/2011/01/31/jquery-15-released/

The 1.4 link has a list of breaking changes, including a link to this plugin to counteract the breaking changes.

And now 1.6 as well: http://blog.jquery.com/2011/05/03/jquery-16-released/

link|improve this answer
Thanks, the link I needed was jquery14.com/day-01/jquery-14#backwards – Shervin Feb 10 '11 at 17:31
I have a feeling this is going to be needed for our office! – Dan Atkinson Mar 2 '11 at 9:08
feedback

Here the link: http://blog.jquery.com/2011/01/31/jquery-15-released/

link|improve this answer
This isn't the link I am looking for. I want the how to upgrade from 1.3 guide – Shervin Feb 10 '11 at 17:02
ah sorry, but it's a good start to know what's new in this new release – alexl Feb 10 '11 at 17:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.