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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:49:18+00:00 2026-05-24T23:49:18+00:00

I have a <span> tag which I fadeIn/Out using jQuery <span id=checkbox_err>Some text Some

  • 0

I have a <span> tag which I fadeIn/Out using jQuery

<span id="checkbox_err">Some text Some text Some text Some text Some text Some text </span>

This span has a background applied to it.

background-color: #EEAAAA;

I fadeOut this span using

$("span#checkbox_err").fadeOut("slow");

Now this works perfectly in Firefox, But in IE, I get a strange issue (though INCONSISTENT) i.e. on a few ocassions, the span does not fade out , even though the text inside it is hides..So I see a blank box with background color..

Strangely when I inspect the span element at that point, it says “display:none” for it.

Please let me know if this is a known issue and do you have any fix for the same (APART from the very obvious fadeOut(“fast”);)

  • 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-24T23:49:18+00:00Added an answer on May 24, 2026 at 11:49 pm

    Instead of using fadeOut, you should be using fadeTo.

    $("span#checkbox_err").fadeTo('slow',0);
    

    now lets update that to make sure its gone at the end of the transition

    $("span#checkbox_err").fadeTo('slow',0, function() {
        $(this).hide();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have span element <span class=tag onclick=clickTag(this) tagType=property> Which calls the clickTag method function
I have a span element inside a table td element. The span tag has
a I have some images on page and I want to put <span> tag
I have an Asp.Net button and a span tag which I have image for
I have a span tag in html and this <span> can appear multiple times
I have the following div tag, which will be created onload by jquery. I
I have a code which looks like this:- <li><span id=readmon></span></li> I am changing the
I have the following HTML, with a span tag which contains an input field
I have a Jquery function which opens a <a> tag to a division (similar
By design I have <a href=#><span><strong>ABOUT US</strong></span></a> There is CSS which does some special

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.