iframe和选项卡面板切换

Posted g921123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iframe和选项卡面板切换相关的知识,希望对你有一定的参考价值。

<div class="col-sm-6">
    <div class="tabs-container">
        <ul class="nav nav-tabs" >
            <li class="active"><a href="__URL__/material/id/{$vo.id}/type/1"  class="J_subItem" target="ajax" rel="materiallist"><span>切换1</span></a></li>
            <li><a href="__URL__/material/id/{$vo.id}/type/2" target="ajax" class="J_subItem" rel="materiallist"><span>切换2</span></a></li>
            <li><a href="__URL__/material/id/{$vo.id}/type/3" target="ajax" class="J_subItem" rel="materiallist"><span>切换3</span></a></li>
            <li><a href="__URL__/material/id/{$vo.id}/type/4" target="ajax" class="J_subItem" rel="materiallist"><span>切换4</span></a></li>
        </ul>

        加载页面
        <div class="tab-content tab-pane active panel-body">
            <iframe class="J_iframe" id="J_subItem" width="100%" height="100%" src="__URL__/material" frameborder="0"></iframe>
        </div>
    </div>
</div>

<script>
    function subItem1()
    {
        var target = $(#J_subItem);
        var url =$(this).attr(href);    
        target.attr(src, url).load(function () {    
        });
        $(this).parent().parent().children("li").removeClass("active"); 
        $(this).parent().addClass("active");
        return false;
    }
    $(.J_subItem).on(click, subItem);
</script>   

 

效果差不多这样的了:

  技术图片

别忘了 bootstrap的css 和 jquery

以上是关于iframe和选项卡面板切换的主要内容,如果未能解决你的问题,请参考以下文章

切换到片段选项卡主机中的选项卡时查看寻呼机丢失其内容

Android:使用选项卡在不同片段之间切换

以编程方式使用选项卡更改片段的选项卡索引

Layui(三):导航菜单、选项卡、进度条和面板

IllegalArgumentException:快速切换 ActionBar 选项卡时没有找到片段 id 的视图

AxureRP分页签 / Tab选项卡切换功能~