[jQuery] Re: will two JQuery libs conflicts?

2009-04-02 Thread RobG
On Apr 2, 10:41 am, brian wrote: [...] > Oh, right--javascript! You were expecting ... COBOL? :-) -- Rob

[jQuery] Re: will two JQuery libs conflicts?

2009-04-01 Thread brian
On Wed, Apr 1, 2009 at 8:03 PM, RobG wrote: > > > > On Apr 2, 1:51 am, brian wrote: >> On Wed, Apr 1, 2009 at 11:01 AM, Xu wrote: >> >> > 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?

[jQuery] Re: will two JQuery libs conflicts?

2009-04-01 Thread RobG
On Apr 2, 1:51 am, brian wrote: > On Wed, Apr 1, 2009 at 11:01 AM, Xu wrote: > > > 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. > > Because you'll be redeclaring the methods. I

[jQuery] Re: will two JQuery libs conflicts?

2009-04-01 Thread brian
On Wed, Apr 1, 2009 at 11:01 AM, Xu wrote: > > 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. Because you'll be redeclaring the methods. If you load a page like this, you'll get an err

[jQuery] Re: will two JQuery libs conflicts?

2009-04-01 Thread Xu
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 wrote: > If you're only including some functions from the other site, rather > than the actualjqueryfile, there *mi

[jQuery] Re: will two JQuery libs conflicts?

2009-03-31 Thread brian
If you're only including some functions from the other site, rather than the actual jquery file, there *might not* be a problem. On Tue, Mar 31, 2009 at 2:16 PM, Xu wrote: > > Let say I have one web page that contains html/js snippets from > another web site. If we both use JQuery. > The two JQu