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

Text Algorithms

Text Algorithms

Maxime Crochemore、Wojciech Rytter / Oxford University Press / 1994

This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook......一起来看看 《Text Algorithms》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具