function bindInfoWindow(marker, map, infoWindow, html) {
google.maps.event.addListener(marker, 'click', function() {
google.maps.event.addListenerOnce(infoWindow, 'domready', function() {
$("#tabs").tabs();
});
infoWindow.open(map, marker);
infoWindow.setContent(html);
});
}
-- Luke
On Tue, Mar 22, 2011 at 7:32 AM, Edward <[email protected]>wrote:
> Hi Luke,
>
> Am really grateful for the reply. Is there any chance that I could beg
> some example code for this from you pleeeeeease. it was as much as I could
> do to get it to work last time by cribbing other examples and doms and
> callbacks is way beyond me.
>
> thank you :)
>
--
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.