December 13, 2008

1 reason why you should NOT let Google host jQuery for you

I see 3 reasons why you should let Google host jQuery for you tonight. But you know what? When I want to see a page that has a JavaScript library hosted on Google, I will give this photo:


I don't know what's the meaning. But it NEVER loads that javascript library. I think it is because I'm in Iran. Some other Google stuff is blocked here too. Somethings like code.google.com!

4 comments:

  1. I use Google CDN as default setting in Zend Framework Zend_Dojo component. Maybe switching to AOL can help?
    Can you tell me if this loads:
    http://o.aolcdn.com/dojo/1.2.0/dojo/dojo.xd.js

    ReplyDelete
  2. weird, but thnx for the heads up.

    ReplyDelete
  3. Thats a bad reason...maybe has to do with your IE setting or typing error.

    ReplyDelete
  4. what URL are you using to load the jquery library in your html file, that is the SVN logon prompt that you are seeing...

    For jquery you should use:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&rt;</script&rt;

    ReplyDelete