[jQuery] Re: Two versions

2009-03-03 Thread NeoPuma
Hi, Thanks for that! I had the latest of jQuery, and the one plug in stops working, while the other continued to work. The one plug in worked with version (as downloaded from their example) 1.2.3, but the other one stopped working with this version. HOWEVER, I have now fixed it by using v1.2.4, w

[jQuery] Re: Two versions

2009-03-02 Thread James
Try just using the latest version of jQuery for both plug-ins. The plug-ins (and its website) may not have been updated but may still work with the latest version of jQuery. If it doesn't work work, try removing some of the deprecated things like the @. Take a look at this page for some of the cha

[jQuery] Re: Two versions of jQuery for two plug-ins!

2008-07-18 Thread Karl Swedberg
Hi Jagadeesh, If you could provide a link to the FastFind menu, I bet someone could do a quick upgrade patch for you. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 18, 2008, at 8:53 AM, Jaggy wrote: Dear All, I am no more a developer, so pardon i

[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