I have a page with jQuery 1.6.2. In some cases, I download an application that requires jQuery 1.4.2. I need to force the application to use version 1.4.2. I cannot change selectors ($ to $$).
Is there a way to force jQuery 1.4.2?
for example onclick the element that I am loading. Right before downloading the application, can I use getScript to download the old version of jQuery?
source
share