[jQuery] Re: Two versions alongside each other

2008-04-08 Thread Rowan
I used your include script as a basis and it worked perfectly. Thank you :) On Apr 8, 12:11 am, Scott González <[EMAIL PROTECTED]> wrote: > Why would you think using two versions of jQuery is any different from > using jQuery with another library? > > noConflict is exactly what you want; here's a

[jQuery] Re: Two versions alongside each other

2008-04-07 Thread Scott González
Why would you think using two versions of jQuery is any different from using jQuery with another library? noConflict is exactly what you want; here's an (old) proof of concept: http://scottsplayground.com/temp/jquery_versions/ On Apr 6, 1:36 am, Rowan <[EMAIL PROTECTED]> wrote: > I'm looking for