Possible duplicate:
should-i-link-to-google-apis-cloud-for-js-libraries
also many other discussions, including:
Where do you include the jQuery library? Google JSAPI? Cdn? The best way to use hosted jQuery Google, but failing to return to my hosted library on Google
I looked at the Tiny MCE plugin example and saw this code in the head document:
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.3"); </script>
I have never seen this jQuery download method.
- Is it recommended for production?
- What is the advantage of this method?
jquery html jsapi
Frank Krueger Jul 09 '09 at 22:23 2009-07-09 22:23
source share