With Google Map v2, I would like to be able to trigger a function when clicking a text in the InfoWindow of a GMarker.
$(\".foo\").click(myFunction); ... marke
simple solution and work for me. use onclick event in span.
myText function test(){ alert('test OK'); }