>                 myinfowindow.setContent("'<div class="tabber">
>      <div class="tabbertab">
etc.

The content is just a string of characters, and doesn't exist in the
browser's DOM until after the infowindow has been opened.
You need to find a way to trigger this tabber.js script after the DOM
objects that you want it to operate on have been called into
existence.

You could look at existing examples of tabbed infowindows, like
   http://www.wolfpil.de/v3/tabbed-infowindow.html

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