hosting jQuery 1.4.1 on Google's API hosting service
hosting jQuery 1.4.1 on Google's API hosting service
Is there any way to get Google to host jQuery 1.4.1? For a while, I have been using their copy of 1.4.0 at
http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js.
I tried
http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js
and it doesn't work. I get a 404 error. I tried running the command google.load("jquery", "1"); in their API loader to get the latest version, but I am getting 1.4.0. Do I just need to wait for them to get 1.4.1 or am I doing something wrong?
Topic Participants
mikez302