Try this. It's without jquery and similar quark. It shoudl also work
fine in this case because the whole tabs contents are in the document
tree.

http://www.wolfpil.de/v3/tabbed-infowindow.html

Let me know if you have problems.




On Jul 6, 11:57 pm, Greg45 <[email protected]> wrote:
> hello everybody,
>
> I have a question, after test the tutorial about google map v3 and
> infowodows tabs, I come here because I have a probleme !
>
> Tab's code from tutorial google (http://code.google.com/p/gmaps-
> samples-v3/source/browse/trunk/infowindow/tabs.html?r=78)
>
> var contentString = [
>       '<div id="tabs">',
>       '<ul>',
>         '<li><a href="#tab-1"><span>One</span></a></li>',
>         '<li><a href="#tab-2"><span>Two</span></a></li>',
>         '<li><a href="#tab-3"><span>Three</span></a></li>',
>       '</ul>',
>       '<div id="tab-1">',
>         '<p>Tab 1</p>',
>       '</div>',
>       '<div id="tab-2">',
>        '<p>Tab 2</p>',
>       '</div>',
>       '<div id="tab-3">',
>         '<p>Tab 3</p>',
>       '</div>',
>       '</div>'
>     ].join('');
>
> I want to put in a tab this code -> <?php require('_drawrating.php'); ?
>
>
>
> for have a ajax rating bar ! but they don't work. Someone can help for
> use a ajax's script of rating bar in this tabs ?
>
> regards
>
> (sorry for my bad english)

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