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>
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》 这本书的介绍吧!
