CardTabs 介绍
CardTabs是一款简单的jquery Tabs选项卡插件。该jquery Tabs选项卡插件可以自定义主题,兼容IE8浏览器,而且使用简单,非常实用。
CardTabs的使用
1、引入
<link rel='stylesheet' href='assets_path/css/jquery.cardtabs.css'>
<script src="js/jquery.min.js"></script>
<script type='text/JavaScript' src='assets_path/js/jquery.cardtabs.js'></script>
2、html
<div class='container'>
<div data-tab="Tab one">
/* contents of the first tab... */
</div>
<div data-tab="Tab two">
/* contents of the second tab... */
</div>
<div data-tab="Tab three">
/* contents of the third tab... */
</div>
</div>
3、js
<script type='text/JavaScript'>
$('.container').cardTabs();
</script>
GitHub:https://github.com/blekerfeld/CardTabs
网站描述:一款简单的jquery Tabs选项卡插件
CardTabs
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。