Is Google’s CDN for jQuery available in China?

后端 未结 10 598
别那么骄傲
别那么骄傲 2020-12-13 01:09

Does anyone know if Google\'s CDN for jQuery is available in China?

http://code.google.com/apis/ajaxlibs/

I might have a project where I\'ll need to support

10条回答
  •  眼角桃花
    2020-12-13 01:34

    You could always consider loading an alternative JQuery source (maybe your own) if the CDN is not available. A fall-back copy if you will. Scott Galloway had a good article on it, something like this should be OK:

    
    
    
    
    

    I appreciate that this doesn't actually check if your visitors can access the CDN, but it's a good solution for making sure your site still works. (Even works in offline development mode this way) :)

提交回复
热议问题