On Fri, Jul 3, 2009 at 8:51 AM, Andrew <m...@andrewcampbell.us> wrote:
> I'm new to JavaScript -- and cannot get jQuery to work (unless I
> access http://code.jquery.com/jquery-latest.js)
> ...
> * my hosting service does doesn't have gzip compression enabled --
> what file do I need to install on my server if I don't have GZIP
> available?

If you want/need to "hotlink" to jQuery on a remote server, it's
better to use ajax.googleapis.com.  For example:

http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js

That will pull the "minimized" (comments and whitespace stripped ==
smaller download) 1.3.2 version of jQuery from Google.  Google DOES
GZip these files, which is useful if you can't get it gzipped on your
hosting service.

Reply via email to