[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Mike Alsup
> I am very interested in the answer to this question. Is there any > working solution to this problem (is this problem ever exists)  ? Here is an example of how you can embed a widget/gadget with its own jQuery version on a page, while still respecting the host environment: http://jquery.malsup

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Brandon Aaron
Just use jQuery.noConflict(true) to rename the jQuery namespace to whatever you want. http://docs.jquery.com/Core/jQuery.noConflict#extreme var test = jQuery.noConflict(true); Now you can use test(selector) instead of $(selector) or jQuery(selector) -- Brandon Aaron On Thu, Sep 4, 2008 at 3:09 P

[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Marcin
I am very interested in the answer to this question. Is there any working solution to this problem (is this problem ever exists) ? Best regards, Marcin On Jul 31 2007, 12:49 pm, Sagari <[EMAIL PROTECTED]> wrote: > Greetings, > > The task: to insert a DOM-style JS code usingjQueryinto a thrid-