On Jul 26, 10:38 am, Adam Coppard <[email protected]> wrote: > I have a info window, that pops up when the user clicks on a map, > making a marker, with associated info window. This is all perfect, > but, I have a set of radio buttons, that a jQuery plugin must act on, > which is where I hit a problem. jQuery, due to the fact it know's > absolutely nothing about the contents inside the info window (as the > jQuery is called when the DOM is ready, and the info window sometime > after each other).
I don't know anything about jQuery. Unless you pass a DOM element to create the infoWindow (which is one of the options), the DOM for the infoWindow is created sometime after the call to openInfoWindow. > Is there any way at all that I could get the content of the info > window pre-loaded, so that the jQuery can do it's magic, and still get > passed at the right time? I have no idea why jQuery should need access to the DOM that contains the infoWindow contents before it is created. Perhaps you should rethink your design (or give us a link so we can see what you are doing). -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
