I see there is full ajax mode but I wan开发者_高级运维ted to see if there is a hybrid mode where some tabs are ajax driven and some static.
Sure. Each link is independent of the other... The AJAX example on the demo page has both a static tab and ajax loaded tab.
Example
<div id="tabs">
<ul>
<li><a href="#tabs-1">Static</a></li>
<li><a href="ajax/content1.html">AJAX</a></li>
</ul>
</div>
精彩评论