Page 1 of 1

Moving jQuery

Posted: Sat Oct 06, 2007 9:04 pm
by figaro11
Hey, I was wondering how I could move the whole jQuery library into another namespace? Does that make sense?

Posted: Mon Oct 08, 2007 12:39 pm
by Kieran Huggins
I think this is what you seek: http://docs.jquery.com/Core/jQuery.noConflict

Now jQuery will play nice with prototype, etc...

Posted: Mon Oct 08, 2007 1:47 pm
by JellyFish
Kieran Huggins wrote:I think this is what you seek: http://docs.jquery.com/Core/jQuery.noConflict

Now jQuery will play nice with prototype, etc...
Hey yeah, I remember this, thanks! :D