> <span id="cntl0000000001">More Info.</span>
It's what we guessed, or at least we'll guess it is, as you have still failed totally to show or describe what your problem "trigger" is. *If* you have something like infowindowContent = "<span id="cntl0000000001">More Info.</span>"; then the <span> has no existence in the DOM before the infowindow has been opened. That's just a javascript string variable. Anything you try to do to it before it exists (such as some jQuery thing) clearly won't work. You can completely avoid that difficulty with a conventional HTML driven 'onclick' attribute calling a function. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
