Is there any benefit to update new version of jquery library on each release to my site?
Can my other added jquery code and plugins stop work on new library added?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It really depending on how you use it and the nature of each release. Read the release notes carefully and do a comprehensive test before you deploy.
Here are some of the reasons I’ll upgrade:
Some may say “if it ain’t broke, don’t fix it”. However, the more you delay the upgrade of the version you use, the harder it is the next time round a new release comes.
Compatibility with existing plugins is a major concern. The plugin owners might give updates about the comaptibility. Whatever it is, test, test and test.