Currently i am using jQuery 1.3.2. i would like to migrate/upgrade the same to jQuery 1.5?

I am using some of the plugging as well. How can i make sure that it wouldn't break. I don't where it would break if upgrade to jQuery 1.5. Please let me know your comments on this.

link|improve this question

65% accept rate
will you please provide link of your webpage or your jQuery code?? – diEcho May 10 '11 at 5:49
1  
possible duplicate of Upgrading from jQuery 1.3.2 to jQuery 1.5 (or 1.4) – Pekka May 10 '11 at 5:49
feedback

2 Answers

up vote 1 down vote accepted

Possibly it shall break because lots of changes are been done between these upgrades.

Solution:

  1. Upgrade all the plugins
  2. upgrade the jQuery library to 1.6 (which is latest and all the plugins must be compatible with it).
  3. Check every function that you have used jQuery 1.4, jQuery 1.5, jQuery 1.6.

Then eventually verify the site at TEST server.

This is the only full proof way to know it.

link|improve this answer
feedback

Can you run your website locally or on a staging server? The ideal scenario is you run a local/staged version of your website with the newer version of jQuery, and then thoroughly test it and fix any bugs that you find before applying the update to the live version of the site.

As to whether or not upgrading will cause things to break, my experience says that the answer is probably.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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