I'm building a modular application. Modul 1 is handling the gmap. It's
just a basic map, when people click on markers a window opens. Sofar
so good.

Now I got a second module that wants to hook into the gmap stuff. The
second module should also react when somebody is clicking a marker. So
Modul 1 can run without the functionality of Modul 2.
I'm using event delegation for this cause. It works fine with
everything else but with the gmap markers. I'm guess that there might
be a return false statement or something very deep in the gmap code.

Is there a way of doing this? I saw 
http://koti.mbnet.fi/ojalesa/exam/events_v2x2.html
which lets me hope. I couldn't though figure it out :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to