You problem is most likley this:
  infoWindow.setContent(html);
  $('#tabs').tabs();

#tabs most probably doesn't exist yet and you should instead add a event
listener to the infoWindow to listen to the domready event and in the
callback create the tabs.

Hope this helps.

-- Luke


On Mon, Mar 21, 2011 at 2:39 AM, Edward <[email protected]>wrote:

> Since V3.3 my tabbed info windows have stopped working. Can anyone advise
> how to fix them please?  I've seen some posts about waiting for a DOM event
> but didn't understand how to implement this?
>
> http://southwest.british-naturism.org.uk/placestogo/
>
> thanks
>
> --
> 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.
>

-- 
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.

Reply via email to