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

  • SEARCH
  • Home
  • 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 5939679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:51:43+00:00 2026-05-22T15:51:43+00:00

On my page, I put two divs: nav and contents. Inside nav, I have

  • 0

On my page, I put two divs: nav and contents.
Inside “nav”, I have 10 links. Each one called like “link1”, “link2”,….
Inside “contents”, I have 10 contens divs. Each one called ilke “divarea1”, “divarea2”,….
When I click link, new contents will fadein.
My jquery code is like:

$("#link1").click(function(){
  $("#divarea0,#divarea2,#divarea3,#divarea4,#divarea5,#divarea6,#divarea7,#divarea8,#divarea9,#divarea10").hide();
  $("#divarea1").fadeIn(3000);
});
$("#link2").click(function(){
  $("#divarea0,#divarea1,#divarea3,#divarea4,#divarea5,#divarea6,#divarea7,#divarea8,#divarea9,#divarea10").hide();
  $("#divarea2").fadeIn("fast");
});

This way works. But I know this is a stupid way. Someone can tell me how to do this in a simple way? thx

  • 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-22T15:51:44+00:00Added an answer on May 22, 2026 at 3:51 pm
     $('#nav a').click(function(){
    var idlink = $(this).attr('id').substr(4,2);
    $('#contents div').hide();
    $('#divarea"+idlink).fadeIn();
    

    }

    First, you listen to the click event on all the link in your #nav div. Then, on click, you get the id attribute and substract all the characters you don’t need to only get the ‘index’ of the link.
    You hide all the div in your #contents and fadeIn all #divarea that you want by using the index you got two lines before.

    I’m not sure it’s the best way, but it’s better and it should work ! 🙂

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

Sidebar

Related Questions

I have two divs, both with position:absolute; , one inside the other. The parent
i need to put the page no like stackoverflow have at the tags page
On my page I have one navigation menu and two content containers. The content
I'm trying to put two divs on the right side of parent div one
I have managed to put two divs side by side using a <div class=clear></div>
I have two pages. One aspx page and the other an aspx page but
First let me explain. I have several addresses on the page that I put
i have put fckeditor in jsp page. I want to get the value whatever
I have put the following method in my master page. It works when I
My page contain lots of anchor and i have to put that html in

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.