Hi all,
I have a question about serving jQuery via google CDN for use on a web
page. The scenario is as follows:
1. You load in jQuery from a CDN but all other JavaScript files from
the local server.
2. The other JavaScript files use the jQuery object, say $(function()
{ ... });
3. The local files load in before jQuery via the CDN.
4. The local files error.
So my question is that is the above scenario plausible? If using a
CDN, isn't it more sensible to use it for say all JavaScript files or
all image files etc? If we have JavaScript files that rely upon each
other to work that are being loaded from different domains, isn't it a
recipe for disaster?
- Tom
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.