google maps infobubble dynamic content not loading on first marker click
问题 I'm trying to add dynamic content inside a google maps infobubble: - one first marker click an empty infobubble appears - on SECOND click of the marker the correct content is loaded As per this answer I'm using the domready event on the previously defined infobubble object to launch the function that loads the dynamic content. ...although the JS fiddle in that answer is misleading since the 'dynamic' content is actually loaded prior to domready using the content option of the new InfoBubble()