using 2 different jquery releases on the same page
- by Nat
I am using this jquery plugin for a carousel controller http://sorgalla.com/projects/jcarousel/, it is based on jquery release 1.2.1
I also need to have tabs on the page, but when including the current jquery release in the page, the carousel stops working.
Is there a way to have them both live together on the same page, or is there a way to have tabs work under realease 1.2.1?
I rather not rebuild the carousel on another plugin, since this one is already skinned and works just as needed.