I have copy and pasted the code from the examples into a local web page and I have gotten nothing in return.
I am trying to verifiy that they have been loaded by simply calling an alery from within the jquery $(document).ready Nothing. Any help? Here is the base code I am using <script type="text/javascript" src="http://www.google.com/jsapi?key=MY- Key-Removed"></script> <script type="text/javascript"> google.load("jquery", "1"); google.load("webfont", "1"); google.setOnLoadCallback(function() { WebFont.load({ google: { families: [ 'Droid Sans' ] } }); $(document).ready(function() { alert('Here'); }); </script> -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-...@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.