html [js-easytabs]制表符ui #js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html [js-easytabs]制表符ui #js相关的知识,希望对你有一定的参考价值。

<script src="http://os.alfajango.com/js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="http://os.alfajango.com/js/jquery.ba-hashchange.js" type="text/javascript"></script>
<script src="http://os.alfajango.com/js/jquery.easytabs.min.js" type="text/javascript"></script>

<style>
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
</style>

<div id="tab-container" class="tab-container">
  <ul class='etabs'>
    <li class='tab'><a href="#tabs1-html">HTML Markup</a></li>
    <li class='tab'><a href="#tabs1-js">Required JS</a></li>
    <li class='tab'><a href="#tabs1-css">Example CSS</a></li>
  </ul>
  <div id="tabs1-html">
    <h2>HTML Markup for these tabs</h2>
    <!-- content -->
  </div>
  <div id="tabs1-js">
    <h2>JS for these tabs</h2>
    <!-- content -->
  </div>
  <div id="tabs1-css">
    <h2>CSS Styles for these tabs</h2>
    <!-- content -->
  </div>
</div>

<script>
jQuery('#tab-container').easytabs();
  jQuery('#tab-container').easytabs({
    animate:false,
    animationSpeed: 1000,
    updateHash: false, //make it false <----------------
    //cycle: 2000  //auto swith tabs in 2s
  });
</script>

以上是关于html [js-easytabs]制表符ui #js的主要内容,如果未能解决你的问题,请参考以下文章

如何以编程方式导航 WPF UI 元素制表位?

使用JQuery的垂直制表符?

python3+Robot Framework+PyCharm第一个WEB UI自动化用例

如何在 HTML 中复制 \t 制表符空间?

html 使用Liquid / Siteleaf简化HTML缩小。剥离所有换行符,制表符和额外空格。

html 使用Liquid / Siteleaf简化HTML缩小。剥离所有换行符,制表符和额外空格。