hi i have a page with 3 jquery ui tabs , any tabs have a
different bindows gauge.
in firefox works fine, but in the IE dont works, only the
defaults tab works, the others panels
dont show nothing.
this is my code,
thanks in advanced
Julian
<div id="example" class="flora">
<ul>
<li><a href="#fragment-1"><span>One</span></a></li>
<li><a href="#fragment-2"><span>Two</span></a></li>
<li><a href="#fragment-3"><span>Three</span></a></li>
</ul>
<div id="fragment-1">
<div id="gaugediv1" class="ui-tabs-panel"
></div>
<script>
bindows.loadGaugeIntoDiv("gauges/g_clock_bindows.xml",
"gaugediv1");
</script>
</div>
<div id="fragment-2">
<div id="gaugediv2" class="ui-tabs-panel"></div>
<script>
bindows.loadGaugeIntoDiv
("gauges/g_clock_bindows.xml", "gaugediv2");
</script>
</div>
<div id="fragment-3">
<div id="gaugediv3" class="ui-tabs-panel" "></div>
<script>
bindows.loadGaugeIntoDiv
("gauges/g_clock_bindows.xml", "gaugediv3");
</script>
</div>
</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---