开发者

Can you use jquery ui tab where some tabs are ajax driven and some static?

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜