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 4578646
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T20:31:59+00:00 2026-05-21T20:31:59+00:00

So here is a project I’m working on for a friend – http://projects.beauaugust.co.uk/cheatulous/ What

  • 0

So here is a project I’m working on for a friend – http://projects.beauaugust.co.uk/cheatulous/

What I need to happen is when one of the links in .menu are clicked, the divs inside .items fade in. I already have it so that the .sort div resizes to hold the content, I just need those divs to fade in afterward so it looks like the content is inside it, if that makes sense. If you click on one of the links inside the menu bar in the demo you’ll see.

Cheers as ever, If I haven’t given enough information I’m sorry!

  • 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-21T20:32:00+00:00Added an answer on May 21, 2026 at 8:32 pm
    $(function() {
        $(".item").hide();
        $(".menu a").click(function(event) {
            event.preventDefault(); //stops page from reloading on link click
            $(".item").fadeIn("slow");
        });
    });
    

    Something like that?

    Alternative:

    If you want the divs to fade in after the page has loaded (i.e. you want to actually switch to another html page and THEN have the divs fade in) the above won’t work. Instead you could simply add:

    $(function() {
        $(".item").hide().fadeIn("slow");
    });
    

    Which will make the .item divs flash (hide and then fade in, which is what you want afaik) on page reloads.

    Alternative 2:

    If you want the five divs currently displaying to be hidden when you first enter the page, and then be displayed as you click ANY link (i.e. they will be popped into view as the yellow background slides down), you could use display:none on .item in the CSS, and then use fade in on the links as above.

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

Sidebar

Related Questions

I'm currently working on a personal project here: http://jsfiddle.net/THEtheChad/qusqh/ . As you'll notice, the
You can see my project here - http://www.inluxphoto.com/custom/jsgallery/index.php I am attempting to make the
I have a bare-bones sample project here: http://dl.dropbox.com/u/7834263/ExpandingCells.zip In this project, a UITableView has
Hey, I'm really stuck with my project here... I need to know when any
On a screen-recording github project here , I saw one line of code: mCaptureScreenInput
I'm working on a project here that will store some info in Google Analytics
as opposed to writing your own library. We're working on a project here that
I am working with iOS5 . I am working on HTTPLivestream project .Here i
We have a project here which is split into two. One for Internal and
We're working on a project here in Visual Studio 2008. We're using the built-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.