Answer the question
In order to leave comments, you need to log in
Why doesn't Google maps load right away?
The situation is this, in general, there are tabs, in one of the tabs Google maps are loaded, but! For some reason they look like this.
If you open the firebug, the map starts to appear, what kind of nonsense?
The map is connected via the API, that is, at the end of the body
<script src="https://maps.googleapis.com/maps/api/js?key=мой-ключ-от-апи&libraries=places"></script>
<script>
window.onload = function(){
initMap();
}
</script>
Answer the question
In order to leave comments, you need to log in
and if so?
document.observe
(
"dom:loaded",
function()
{
// put your code here
}
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question