Thanks. Can you elaborate it? You seem to suggest if my web page includes their actual JQuery file, there will be for sure problems. Why is that? Thanks.
On Mar 31, 7:10 pm, brian <bally.z...@gmail.com> wrote: > If you're only including some functions from the other site, rather > than the actualjqueryfile, there *might not* be a problem. > > On Tue, Mar 31, 2009 at 2:16 PM, Xu <bobxu1...@gmail.com> wrote: > > > Let say I have one web page that contains html/js snippets from > > another web site. If we both useJQuery. > > ThetwoJQuerylibsmight be same version or might be different > > version. > >Willit causeconflicts? If so, how to avoid it?WilljQuery.noConflict > > () help here?