View Single Post
06-18-2009, 08:51 AM
#2
Immersion is offline Immersion
Status: Senior Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 918
iTrader: 5 / 100%
 

Immersion is on a distinguished road

  Old

Use jQuery.noConflict(); would probably work, also why can't you just use one of them. It's probably easier to just slightly change the old script to use 1.3.2 if it doesnt work already. That way the user only loads 1 js file not 2 which will speed up your site and 1.3.2 is alot faster than 1.2.3. It would only take abit of debugging to check if it worked using something like firebug and replace a function maybe with the updated equivalent.

Reply With Quote