Is there a link to the "latest" jquery library on Google APIs?

Posted by Nick Pierpoint on Stack Overflow See other posts from Stack Overflow or by Nick Pierpoint
Published on 2009-01-14T00:08:57Z Indexed on 2010/04/03 21:23 UTC
Read the original article Hit count: 151

Filed under:
|

I use the following for a jquery link in my <script> tags:

http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js

Just wondered if anyone had discovered whether there's a link to the "latest" version:

Something like the following (which doesn't work):

http://ajax.googleapis.com/ajax/libs/jquery/latest/jquery.js

(Obviously not necessarily a great plan to link your code to potentially changing libraries but useful in development)

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about google