jQuery
New Wave Javascript


discuss » Hmm, am I doing something wrong?


Posted: Thu Feb 9 10:36:35 EST 2006
From: Michael Geary <Mike at Geary.com >

> > From: Michael Geary
> > Always make your own copy of any scripts you use on your site. This
> > way the script author doesn't have to pay for your bandwidth. Also,
> > it protects you in case the script gets updated and happens to break
> > your code.

> From: Michael Raichelson
>
> Normally that's how I work. But seeing as how the tutorials
> and the code itself says:
>
> * To use, place this HTML into the <head>...</head> of your web page:
> * <script type="text/javasript"
> src="http://jquery.com/src/latest/"></script>
>
> I thought I'd ask if John had an opinion on the matter.

Why would it matter what John thinks? :-) It would be inviting trouble to
link directly to /src/latest/.

What if John fixes a bug and the bug fix breaks your entire site? Or adds a
feature that conflicts with something you're doing? Or jquery.com goes down?
You won't know about any of those problems until you get that panic call
from your boss, customer, or client about your site being kaput.

John, you are going to change those examples, aren't you? :-)

-Mike