I have a page that has jQuery 1.6.2. In some cases I load an app that requires jQuery 1.4.2. I need to force the app to use the 1.4.2 version. I am not able to change the selectors ($ to $$).
Is there a way to force the use of jQuery 1.4.2?
for instance onclick of an element I load the app. Right before I load the app can I use getScript to pull the old version of jQuery?
Yes you can, check out this great article at http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/.
Something like this: