On Apr 5, 10:48 pm, Rob <[email protected]> wrote: > Hi, > > I get the following error on my V3 maps:
Version 3 queries should go to the Version 3 Group, ideally. http://groups.google.com/group/google-maps-js-api-v3/ However, this may be of interest: http://api.jquery.com/ready/ .ready is not the right event to use: use .load instead. .ready fires once the DOM is ready, which will probably be before scripts and images are loaded. -- 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.
