Possible Duplicate:
Can I use multiple versions of jQuery on the same page?
I have a website built in 2008, and i used many jquery plugins, those days it was jquery 1.3.
Now last week i was trying to upgrade to jquery 1.7 and when i do that, i had few issues.
if i upgrade to the new version i have some plug-ins not working, so obvious solution is to make sure you use the latest plugins, .. well it was not that simple, some plugins don't have a version for this jquery version.
So i now have to upgrade the jquery but cant upgrade because of the plugins, and i cant use new plugins too because its too old..
So my questions is
is there way to tell jquery to use this version(after including the both version) and is there a way to tell the jquery or html page to use a version specified by me?