阅读背景:

同一页面上的多个标签问题

来源:互联网 

$(function() {

  $('.tabs .tabsNav a').click(function(e) {
    $('.tabs .tabsNav a.current').removeClass('current');
    $(this).addClass('current');

    $('.tabs div.linkTab:not(:hidden)').hide();
    $(this.hash).show();

    e.preventDefault();
  });


});$(function() {

  $('.tabs .tabsNav



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: