Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event domready Infowindow #171

Open
elvishp2006 opened this issue Jun 1, 2017 · 2 comments
Open

Event domready Infowindow #171

elvishp2006 opened this issue Jun 1, 2017 · 2 comments

Comments

@elvishp2006
Copy link

How to attach the event domready for the infowindow?

This is the google maps way:

google.maps.event.addListener(infowindow, 'domready', function() {
    //Code
});
@danielemoraschi
Copy link
Owner

If you are using Maplace inside standard jQuery function it assumes the DOM is already available:

$(function() {
    // Maplace here
});

@elvishp2006
Copy link
Author

I think things are different, the InfoWindow DOM will not be ready together with the DOM of the page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants