javascript - How to work with with Google playground code in offline? -


<script type="text/javascript" src="http://www.google.com/jsapi"></script> 

this script need call net.is possible download code

no, not really, don't see benefits of having downloaded. reason google provides these apis benefit sharing cached resources across web. instance it's letting user's browser use same cached copy of jquery script across different websites. can check here

apart allowing access shared library, other scripts can load here google apis in cases have google resources available on web.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -