Tab插件 idTabs
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.sunsean.com/idTabs/
软件介绍
是一个简单易用的 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>
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!
