Skip to content

Instantly share code, notes, and snippets.

@thebouv
Last active May 14, 2021 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebouv/38f91f81675aad85f15d to your computer and use it in GitHub Desktop.
Save thebouv/38f91f81675aad85f15d to your computer and use it in GitHub Desktop.
Add event listener to item in a Google Maps API InfoWindow
google.maps.event.addListener(infowindow, 'domready', function() {
$(".schedulelunch").click(function(e) {
setCommunitySelected(e.currentTarget.dataset.communitynumber);
});
});
@hiteshpatel1208
Copy link

Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment