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

The Archive Base Latest Questions

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

I am using jQuery to fade out a notification bubble I built. The first

  • 0

I am using jQuery to fade out a “notification” bubble I built. The first time the function is called it fades out just fine, but the second time the “notification” is appended to the body, but just sits there and doesn’t fade out. Any help would be greatly appreciated.

Here is the Javascript that is being called.

    if (pointsCalculated = 1) {
    $('body').append('<div id="progress">' + pointsCalculated + ' point added to current points...</div>');
}
else {
    $('body').append('<div id="progress">' + pointsCalculated + ' points added to current points...</div>');
}

//Reset calculator after adding to tracker
calcReset();

    $("#progress").fadeOut(2000);
  • 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-31T20:13:27+00:00Added an answer on May 31, 2026 at 8:13 pm

    Try removing the element after the fadeOut:

    $("#progress").fadeOut(2000, function() { $(this).remove(); });
    

    More info:

    .remove()
    .fadeOut()

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

Sidebar

Related Questions

I'm using the jQuery .scroll() function to make a certain element fade to 0.2
I have two navigation arrows (transparent pngs) that fade in/out (using jQuery fadeIn() and
I'm using JQuery to fade-out rows (TR) when the user clicks a Delete button
I am using jQuery cycle and also a fade in/out on this site: http://www.lunatestsite.co.uk
I'm using the JQuery Cycle Plugin in an attempt to fade in/out images for
I am using this jquery to try and fade out my image and show
I am using a jQuery script to fade in and out a bunch of
Is it possible to fade out a Javascript embedded Youtube video using Javascript/jQuery? At
Using jQuery UI 1.8rc3 combined with the new jquery.effects.fade.js code, I've been able to
I'm trying to get a div to fade in using jquery, when the mouse

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.