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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:39:59+00:00 2026-06-17T19:39:59+00:00

I want to, under certain circumstances, hide an element which is currently fading in.

  • 0

I want to, under certain circumstances, hide an element which is currently fading in. This works in later versions of jQuery, but not in jQuery 1.4.2, which is the version the website I am working on is using, and cannot be upgraded. How can I get this working in 1.4.2?

HTML

<div class="fade">BLAH</div>

CSS

.fade {
    display:none;   
}

Javascript

$('.fade').show(1000);
setTimeout(function() {
    $('.fade').hide();
}, 500);

Live Demo

  • 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-06-17T19:40:01+00:00Added an answer on June 17, 2026 at 7:40 pm

    Use .stop() to stop the animation and clear the queue:

    $('.fade').show(1000);
    
    setTimeout(function() {
        $('.fade').stop(true, true).hide();
    }, 500);
    

    Demo: http://jsfiddle.net/WcUUd/4/

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

Sidebar

Related Questions

I want a C program to produce a core dump under certain circumstances. This
I want to change directories in the python (not ipython) repl under certain circumstances.
I have a list that has dispaly:none but I want under certain conditions to
I want to make a table which isn't editable under certain conditions, so I
I have a YUI application. Under certain circumstances I want to alert the user
I want to add at runtime a JLabel under the purple pane which contains
I want to create a series of files under log directory which every file
I want to use javascript to detect if an element exists under the cursor
I have a UITableView that is styled as a grouped tableView. Under certain circumstances
I have multiple superposed controls which can handle a mouse click under certain conditions.

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.