jQuery plays well with other libraries and even with other jQuery instances.
http://docs.jquery.com/Core/jQuery.noConflict There's a known incompatibility with Prototype 1.7.x (fixed by them on 1.8.x). Our last revision on trunk can co-exist even with that conflicting version of Prototype. http://docs.jquery.com/Core/jQuery.noConflict -- Ariel Flesler http://flesler.blogspot.com/ On Oct 29, 6:38 pm, "Beier Cai" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm planning to distribute my website's services to my clients using > javascript, much like google map or ShareThis service. Basically my > clients will include my external javascript file in their html > header. > > I'd like to write my javascript code based on jQuery, but worrying > about all those namespace conflicts. I have no control over what > javascript library my clients' websites use, they may use prototype, > mootools, they may even already use jQuery. What are the possible > solutions to avoid all those conflicts? or as much as possible? > > Thanks for helping