素材牛VIP会员

4种样式的Tabs选项卡效果

 所属分类:网页特效-选项卡/滑动门

 浏览:3815次  评论:1次  更新时间:2016-08-30
牛币素材VIP可免积分下载
4种样式的Tabs选项卡效果兼容IE8
积分说明:注册即送10牛币,每日签到可获得5牛币,成为VIP会员可永久免牛币下载!   充值积分   充值会员   更多说明»
素材描述:4种风格的tab切换

详细介绍

使用方法:

引入CSS样式

<link rel="stylesheet" href="assets/css/tabs/tabs-basic.css">

引入jQuery库文件、插件初始化配置

<script src="http://libs.useso.com/js/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')</script>
$(document).ready(function() {
  var widget = $('.tabs-underline');
  var tabs = widget.find('ul a'),
      content = widget.find('.tabs-content-placeholder > div');
  tabs.on('click', function (e) {
      e.preventDefault();
      // Get the data-index attribute, and show the matching content div
      var index = $(this).data('index');
      tabs.removeClass('tab-active');
      content.removeClass('tab-content-active');
      $(this).addClass('tab-active');
      content.eq(index).addClass('tab-content-active');
  });
});

相关素材 - 选项卡/滑动门

讨论这个素材(1)回答他人问题或分享使用心得会奖励牛币

ja***ky  
2021年08月27日

e data-index attribut

回复
 文明上网,理性发言!   😉 阿里云幸运券,戳我领取
我的牛币余额:0
所需牛币:1 开始下载

牛币获取:签到、评论、充值    » 在线充值(10牛币=1元)