Moving jQuery

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
figaro11
Forum Commoner
Posts: 64
Joined: Mon Sep 17, 2007 11:49 pm

Moving jQuery

Post by figaro11 »

Hey, I was wondering how I could move the whole jQuery library into another namespace? Does that make sense?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post 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...
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post 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
Post Reply