I put together an explanation of how this works, along with a demo: http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/
Hope that helps. On Oct 2, 8:35 am, Scott González <[email protected]> wrote: > This is exactly the purpose of using jQuery.noConflict(). It allows > you to run multiple versions of jQuery and even other libraries that > might use the $ variable. > > If you're using multiple versions, just make sure to include the > appropriate plugins at the correct times (only load plugins for a > specific version when that version is the one that is assigned to the > global jQuery variable). > > On Oct 1, 2:55 am, Developer <[email protected]> wrote: > > > > > Hi > > > I want to know that any conflict occur if we use jQuery with > > differnet versions of it or other js frameworks even if we use > > noConflict() and use a new variable name to refer the jQuery. > > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
