[jQuery] Re: jQuery conflicts

2009-08-07 Thread Charlie
yes, with a disclaimer as to what you mean by "libraries". jQuery itself is often referred to as a  library. You won't need to change anything inside jQuery.js or plugins, only functions that you generate in script tags "$" is an alias for "jQuery" but is also used by other "libraries" such a

[jQuery] Re: jQuery conflicts

2009-08-06 Thread bencharity
Thanks for the reply Charlie! I'm reading up on the NoConflict but am a little confused (this is all still quite new to me). It says "By using this function, you will only be able to access jQuery using the 'jQuery' variable. For example, where you used to do $ ("div p"), you now must do jQuery

[jQuery] Re: jQuery conflicts

2009-08-05 Thread Charlie
you only need to call jQueryNoConflict once for the page after that any jQuery functions would start with jQuery('selector' Try removing all the noconflict variables bencharity wrote: I would like to use several jQuery effects through a website that I am developing; a login popup