You can link to the latest major number, for example
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

gets you 1.3.2; it will automatically update to the next 1.#.# version
when available.

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

Gets you 1.2.6 (the latest version with the minor 2)

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

gets you 1.2.3 explicitly

The one thing to be careful about is if you have code that is version
dependent, (e.g. jQuery UI), it may fall out of sync with Google's
update.

On Mar 22, 3:54 am, Microbe <geeky....@gmail.com> wrote:
> Thanks for that, but if you use it, aren't you linking to a specific
> version number?
>
> Their example is 
> "path:http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js";
>
> So what happens if right though my code I call that file and then
> 1.3.3 comes out?

Reply via email to