• Tab标签页


    <ul id="myTab" class="nav nav-tabs">
    <li class="active">
    <a href="#home" data-toggle="tab">
    first
    </a>
    </li>
    <li><a href="#ios" data-toggle="tab">second</a></li>
    <li class="dropdown">
    <a href="#" id="myTabDrop1" class="dropdown-toggle"
    data-toggle="dropdown">third
    <b class="caret"></b>
    </a>
    <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
    <li><a href="#jmeter" tabindex="-1" data-toggle="tab">for me</a></li>
    <li><a href="#ejb" tabindex="-1" data-toggle="tab">for us</a></li>
    </ul>
    </li>
    </ul>
    <div id="myTabContent" class="tab-content">
    <div class="tab-pane fade in active" id="home">
    <p>Logic is the beginning of wisdom not the end.逻辑是智慧的开端,而不是结束。</p>
    </div>
    <div class="tab-pane fade" id="ios">
    <p>There is no creature on earth half so terrifying as a truly just man.这世上再没有谁比一个绝对刚正不阿的人更可怕。</p>
    </div>
    <div class="tab-pane fade" id="jmeter">
    <p>The hard part isn’t making the decision. It’s living with it.做出决定并不困难,困难的是接受决定。</p>
    </div>
    <div class="tab-pane fade" id="ejb">
    <p>You waste time trying to get people to love you, you'll end up the most popular dead man in town.把时间浪费在博得别人爱戴上,你会成为世界上最受爱戴的死人。
    </p>
    </div>
    </div>
  • 相关阅读:
    一个先进的App框架:使用Ionic创建一个简单的APP
    Hexo NexT 博客本地搭建指南
    Spring Boot 2.0 入门指南
    1. 初识 Lucene
    Spring Framework 简介
    电脑软件推荐安装列表
    PHP 环境搭建篇
    C++ STL 容器之栈的使用
    0x02 译文:Windows桌面应用Win32第一个程序
    反射?切面?怎样对公共参数及行为进行封装
  • 原文地址:https://www.cnblogs.com/iriliguo/p/6435056.html
Copyright © 2020-2023  润新知