guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Doc clarification over preferred method of including library #522

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"The preferred method is to load the libraries via standard <script> tags (as 
in <script 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>,
 which will result in the fastest loads."

http://code.google.com/apis/libraries/devguide.html#Introduction

"The google.load() approach offers the most functionality and performance."

http://code.google.com/apis/libraries/devguide.html#Libraries

The phrasing is confusing as to which method is actually best to use.

Original issue reported on code.google.com by 4braham on 30 Sep 2010 at 7:08