代码拉取完成,页面将自动刷新
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Test</title>
</head>
<body>
<script src="http://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./jquery.tabslider.js" type="text/javascript" charset="utf-8"></script>
<style>
.current {
color: red;
}
</style>
<div class="tab_slideshow">
<ul class="switcher">
<li tabslider-ref="type">Type</li>
<li tabslider-ref="list">List</li>
<li tabslider-ref="cool">Cool</li>
</ul>
<ul tabslider-name="type">
<li>Type1</li>
<li>Type2</li>
<li>Type3</li>
<li>Type4</li>
</ul>
<div class="navigation" tabslider-name="list">
<span>List1</span>
<span>List2</span>
<span>List3</span>
<span>List4</span>
</div>
<div class="navigation" tabslider-name="cool">
<span>Coooool 1</span>
<span>Coooool 2</span>
<span>Coooool 3</span>
<span>Coooool 4</span>
</div>
</div>
<script type="text/javascript" charset="utf-8">
$(".tab_slideshow").tabSlider();
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。