[jQuery] Re: Initial Setup

2009-07-04 Thread Karl Swedberg
If you want to link to version 1.3.2, use this: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js If you want to link to the most recent 1.3.x version, use this: http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js If you want to link to the most recent 1.x version, use t

[jQuery] Re: Initial Setup

2009-07-04 Thread Doug Avery
> * Can I reference the latest version, if so what would be the URL? The latest version would be the 1.3.2 mentioned in the comments. I don't believe Google provides a way to just get the 'latest', but you probably wouldn't want to, because jQuery can change how some functions work from version t

[jQuery] Re: Initial Setup

2009-07-04 Thread Charlie
version is in the urlĀ  current version of jQuery is 1.3.2, just change url . plugins generally don't have AJAX libraries and if you bootleg them from somone elses server you are at mercy of their server. Google with international network is a different story. http://code.google.com/apis/aja

[jQuery] Re: Initial Setup

2009-07-04 Thread Andrew
Thanks, very helpful -- three more questions: * Is there documentation covering basic questions like these? * Can I reference the latest version, if so what would be the URL? * Can I also hotlink to plugins? For example I want to use TreeView, what would be the URL for that .js file? I've tried

[jQuery] Re: Initial Setup

2009-07-03 Thread Pyrolupus
On Fri, Jul 3, 2009 at 8:51 AM, Andrew 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 ha

[jQuery] Re: Initial Setup

2009-07-03 Thread Karl Swedberg
It's probably not a good idea to use the one at code.jquery.com. You could use the Google CDN version, though: http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js " type="text/javascript"> --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: Initial Setup

On Fri, Jul 3, 2009 at 8:51 AM, Andrew wrote: > > I'm new to JavaScript -- and cannot get jQuery to work (unless I > access http://code.jquery.com/jquery-latest.js) > > Is this permissible, or do I have to download jquery.js to my server? > > If not, I have other questions: > * my hosting service