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)