In the project which am working, we use alot of jquery plugins to make it work exactly the way we want. We use jquery 1.5 as a common version of jquery library for all the plugins. But some plugins works only on jquery library version 1.3 and few other works on jquery 1.7 version. We really don't think using more than one version of jquery in the same project is a good idea.
How can i make all the plugins work with one jquery file ? any fixes ? any ideas ? please share with me as this is really frustrating that we couldn't progress more in the development.