I have an issue using the google loader in an existing webpages.
When I call e.g.
google.load("translate","1");
If FireFox, the browser changes it's location trying to load something from google which it never finishes and in Chrome the page just goes blank.
Has anyone experienced this before?
These pages are doing a lot of jquery, javascript and asp.net AJAX too. But I can't find anyting which seems to be causing it.
Thanks!
Same issue, same solution as suggested by Allartk: adding the "callback" options to the load() call. Here you can find detatailed and updated documentation: Google Loader API
Example: