Tab插件 idTabs

码农软件 · 软件分类 · jQuery Tabs · 2019-12-19 15:11:36

软件介绍

是一个简单易用的 jQuery 的 Tab 插件。

使用代码有如:

<div id="usual2" class="usual">
  <ul>
    <li><a target="_blank" rel="nofollow" href="#tabs1">Tab 1</a></li>
    <li><a class="selected" target="_blank" rel="nofollow" href="#tabs2">Tab 2</a></li>
    <li><a target="_blank" rel="nofollow" href="#tabs3">Tab 3</a></li>
  </ul>
  <div id="tabs1">This is tab 1.</div>
  <div id="tabs2">More content in tab 2.</div>
  <div id="tabs3">Tab 3 is always last!</div>
</div>
 
<script type="text/javascript">
  $("#usual2 ul").idTabs("tabs2");
</script>

本文地址:https://www.codercto.com/soft/d/21497.html

Learning PHP & MySQL中文版

Learning PHP & MySQL中文版

车立红 / 中国电力出版社 / 2007-06 / 36.00元

《Learning PHP & MySQL中文版》将介绍程序、模板和数据库的工作原理,讲述如何应对其中的挑战,并彻底地探索这些技术。一起来看看 《Learning PHP & MySQL中文版》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具