I just discovered jQuery.noConflict() and have some questions about its use.
If I put it on my main page, then later reference an external script, do I need to use jQuery.noConflict() in that script too, or does the main page take care of it?
A more general question is: are external scripts basically independent of the calling page except for direct function calls to them?