[jQuery] Re: problem using with jQuery.noConflict();

2007-07-13 Thread Byron
Hi John, Thanks for the interest, I followed your advice and with the help of some the friendly people on #jquery filed a ticket which you can find here: http://dev.jquery.com/ticket/1393 Thanks Byron On Jul 13, 1:52 am, "John Resig" <[EMAIL PROTECTED]> wrote: > You'll have to use a separat

[jQuery] Re: problem using with jQuery.noConflict();

2007-07-12 Thread John Resig
You'll have to use a separate namespace - jQuery, internally, expects the 'this' object to refer to itself - and if it's within the context of another object, it'll probably get confused. (I've never tried this personally.) That being said, I like that idea, and it would be cool if jQuery could