Moving jQuery
Moderator: General Moderators
Moving jQuery
Hey, I was wondering how I could move the whole jQuery library into another namespace? Does that make sense?
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
I think this is what you seek: http://docs.jquery.com/Core/jQuery.noConflict
Now jQuery will play nice with prototype, etc...
Now jQuery will play nice with prototype, etc...
Hey yeah, I remember this, thanks!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...