开发者

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

开发者 https://www.devze.com 2022-12-27 11:58 出处:网络
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

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

精彩评论

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