Loading new jQuery version is disabling other jQuery versions on page
Hello,
I am trying to load 2 more jQuery versions into one of my pages, like so:
However, there is already some other jQuery currently running on the page. When I load in those tags listed above, my new code works, but the jQuery that was previously running on the page does not work anymore. I have read into the noConflict() method for possibly solving this, but that did not solve this issue.. Any possible solutions for resolving this?
Thanks in advance.