I am working on a project that has two versions of jQuery loaded on a page (versions 1.5.1 and 1.7.2). The 1.5 version is for an implementation of jsTree, and the 1.7 version is for the latest version of jqGrid.
I understand the performance implications of downloading two versions of jQuery and also the potential for name collisions, but has anyone run into a situation like this and are there inherent problems that the page will encounter because of this.
Currently, the site runs fine and I'm not noticing any significant issues that could be caused by different versions of jQuery on the page. But I cannot quickly remove one version or the other, as it seems to cause one or the other control (the tree or the grid) to crash.
I need to remove one version of jQuery. I am looking for advice on what potentials problems to expect with two versions of jQuery on the page and advice on how to go about removing one reference. And, if there is anyone that thinks it's fine to have both versions, any thoughts on why I should just leave well enough alone.
Thanks in advance!