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
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) :)