Top "Google-ajax-api" questions

Google APIs (or Google AJAX APIs) is a set of JavaScript APIs developed by Google that allows interaction with Google Services and integration of rich, multimedia, search or feed-based Internet content into web applications.

google.setOnLoadCallback with jQuery $(document).ready(), is it OK to mix?

I'm using Google Ajax API and they suggest I use google.setOnLoadCallback() to do various things related to their API …

javascript jquery onload google-ajax-api
Clean way in GWT/Java to wait for multiple asynchronous events to finish

What is the best way to wait for multiple asynchronous callback functions to finish in Java before continuing. Specifically I'm …

java gwt google-ajax-api
Can you load Google Maps API v3 via Google AJAX API loader

Some time ago I used the regular method of loading Google Maps API like this: <script type="text/javascript" …

google-maps google-maps-api-3 google-maps-api-2 google-ajax-api
Is it ok to use google.setOnLoadCallback multiple times?

I'm building a site using ASP.NET MVC, and I have partial views that use jQuery to do various things. …

jquery asp.net-mvc google-ajax-api
How to set an API key when using Google's script loader?

I registered my project and generated a browser key at https://code.google.com/apis/console/. Now how do I …

google-maps-api-3 google-ajax-api google-loader