And the answer is to get this function to work? All you have said is... nothing.
I gave you the trigger. I gave you the placement. I gave you the variables..... So.... If you do not know but have seen it done, can you point to some useful information directly related? On Jan 20, 12:58 pm, Rossko <[email protected]> wrote: > > <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.
