> As we both have found, if you run google.load( 'maps', '2' ) after the
> DOM has loaded, the entire body is killed, and you're left with just a
> head.

As I understand it, by "after the DOM has loaded" you mean by
triggering the maps script load request on the page load event.  As
you have chosen to use the AJAX loader, there is no guarantee that at
that time the AJAX loader is itself ready.  The loader doesn't need to
be ready for the DOM to signal load-complete - it is an AJAX loader
after all.
So the way I see it is that you are triggering the maps module load
prematurely, which obviously causes some disaster in its DOM updating
activity.  Follow the docs and it doesn't happen.
Don't use the AJAX loader if you want deferred loading.

Are you asking for the load sequence to be foolproofed?

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to