We're currently using jQuery 1.4.4 on an e-commerce website.
Lately we've been using a lot of plugins; such as for our menus, lazy loaders, 2 or 3 sliders/carousels etc and A LOT of custom scripting for A/B tests.
I've found that I've started needing to load new jQuery libraries in, and then using noConflict(); make sure that only that section is using this library for certain things. ~(Bonus question): Would upgrading help me not run into so many conflicts?
Now forgive my ignorance, but can anyone tell me IF i should upgrade, what benefits I would presumably get/see, if is it worth the work effort of debugging and troubleshooting? Is it advised if i plan to continue doing a lot more A/B testing and maybe why?
My apologies for sounding noob - I'm reading up on the core upgrade guides etc and it's not making an awful lot of sense.
http://winternet.no/articles/jQuery-Breaking-Changes.php
http://stackoverflow.com/questions/16514477/upgrade-jquery-1-4-2-to-1-9-1
https://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
http://jquery.com/upgrade-guide/1.9
etc...
Any help is appreciated!
Thanks all.