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

How to Think Like a Computer Scientist: Learning with Python

How to Think Like a Computer Scientist: Learning with Python

Allen B. Downey、Jeffrey Elkner、Chris Meyers / Green Tea Press / 2002-1-4 / USD 24.95

""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But......一起来看看 《How to Think Like a Computer Scientist: Learning with Python》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换