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 f irs t 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>
网站地址 : https://cardtabs.js.org
GitHub: https://github.com/blekerfeld/CardTabs
网站描述: 一款简单的jquery Tabs选项卡 插件
CardTabs官方网站
官方网站: https://cardtabs.js.org
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。