zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    OSX中zsh新增环境变量
    新的开始 春光明媚
    tmux
    继承
    6
    Object类
    网页收藏
    画王八
    ES6 语法之import export
    ES6 语法 之 destructuring
  • 原文地址:https://www.cnblogs.com/iriliguo/p/6435056.html
Copyright © 2011-2022 走看看