When I load the site I'm working on, all is fine on all browsers except Firefox, which hangs on Transferring data from maps.googleapis.com...
The Google Map is rendered perfectly, but FF doesn't stop loading.
This is a big problem for me, because I have jQuery(window).load
functions going.
Has anyone a clue how to solve this?
Instead of using jQuery:
$(document).ready(function(){
initialize();
});
Do this:
<body onload="initialize();">
As Google Instructions tell you to do! This solved it for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With