Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3663562
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:32:39+00:00 2026-05-19T01:32:39+00:00

I am using the jQuery plugin idTabs [ [www.sunsean.com/idTabs][1] ] and it allows me

  • 0

I am using the jQuery plugin idTabs [ [www.sunsean.com/idTabs][1] ] and it allows me to line tabs and tabs’ content via element#id and element href=”#id”

Ok, so I use this snippet:

<script type="text/javascript">
$(document).ready(function() {
 $("#requestPool").idTabs();
 $(".tabs").idTabs();
 $(".miniTabs").idTabs(".active"); 
 $(".switchers").idTabs(".activePanel");
});
</script>

To run the plugin on two different areas: div#requestPool this has it’s own tabs and it’s own tab content, Also the div.tabs which is another place and has it’s own tabs and it’s own tabs content.

The div.miniTabs and div.switchers are the divs that includes the tabs links (tabs headers) and I putted them in the snippet to change the default selected tab class from .selected to .active and .activePanel

Now, what I would love to add is a nice fadeIn and fadeOut effects to the content of my tabs while browsing through them.

Thanks

Here is the HTML code for one of the tabbed areas:

<div id="requestPool">
 <!-- The tabs heads -->
 <div class="miniTabs">
  <a href="#today" class="active">Today</a> <!-- First active tab -->
  <a href="#tomorrow">Tomorrow</a>
  <a href="#friday">Friday</a>
  <a href="#saturday">Saturday</a>
  <a href="#sunday">Sunday</a>
  <a href="#monday">Monday</a>
  <a href="#tuesday">Tuesday</a>                                  
 </div>

 <!-- The tabs contents (the ones that I want them to fade in and out while browsing through them using the tabs above) -->
 <div id="today"class="miniTab"></div>
 <div id="tomorrow"class="miniTab"></div>
 <div id="friday"class="miniTab"></div>
 <div id="saturday"class="miniTab"></div>
 <div id="sunday"class="miniTab"></div>
 ...etc the week days
</div>

Thanks very much (again the tabs are working very fine, but without the fade effect which I want to have).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T01:32:40+00:00Added an answer on May 19, 2026 at 1:32 am

    I’ve checked the page you’ve mentioned, there’s a solution there in Advanced section -> Animation. I’ve modified it a bit and tested, it seems fine:

    In <head>:

    <script type="text/javascript">
    $(function(){
        $(".miniTabs").idTabs(function(id,list,set){ 
            $("a",set).removeClass("active").filter("a[href='"+id+"']").addClass("active"); 
            for(i in list)$(list[i]).hide();
            $(id).fadeIn(); 
            return false; 
        }); 
    });
    </script>
    

    In <body>:

    <div id="requestPool">
     <div class="miniTabs">
      <a href="#today" class="active">Today</a>
      <a href="#tomorrow">Tomorrow</a>
      <a href="#friday">Friday</a>
      <a href="#saturday">Saturday</a>
      <a href="#sunday">Sunday</a>
     </div>
     <div id="today"class="miniTab">Today</div>
     <div id="tomorrow"class="miniTab">Tomorrow</div>
     <div id="friday"class="miniTab">Friday</div>
     <div id="saturday"class="miniTab">Saturday</div>
     <div id="sunday"class="miniTab">Sunday</div>
    </div>
    

    Cheers

    G.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jQuery idTabs plugin. I want to give click link (href) feature
I am using jQuery idTabs pluging. I want to give hover feature and use
i'm using ajax form jquery plugin to submit a form (in a dialog) via
I'm using Jquery plugin DropShadow: web site And I want to set drop shadow
I'm using the jHtmlArea jQuery plugin on my page and I'm making it visible
I'm using jquery-plugin columnizer http://welcome.totheinter.net/columnizer-jquery-plugin/ It is sometimes very slow to create the columns
I was using Jquery Numeric plugin but I found that is not working on
I'm using: jQuery validation plug-in 1.6 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ with the latest version of jQuery.
I'm trying to build an autocomplete using jQuery plugin autocomplete from this site .
I'm using CKEditor on a textarea and the jQuery validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ )

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.