google.load search <script>

293 Views Asked by At

What does the following do

google.load("search", "1");

Can i access this directly via a <script/> tag.

1

There are 1 best solutions below

0
On BEST ANSWER

This is part of the Google Loader service, which allows a JavaScript script to load other common JS script (in this case, the Google AJAX Search API I believe).