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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:38:50+00:00 2026-05-30T20:38:50+00:00

I am using the below to load a jQuery animated graph, however, there are

  • 0

I am using the below to load a jQuery animated graph, however, there are some abnormalies with the fadeIn, it only works once, upon the second click on the btnPreviewGraph, the results do get displayed but without fading in and a significant delay. Can someone please advice, thanks.

$("#<%=btnPreviewGraph.ClientID%>").click(function () {
            var Manager = Sys.WebForms.PageRequestManager.getInstance();
            Manager.add_endRequest(function () {
                $(".extras_result").each(function () {
                    // get the width of the bar from the span html 
                    var length = $(this).find("span").html();
                    // Animate the width of the 'p' with a callback function 
                    $(this).find("p").animate({ 'width': length }, 700, function () {
                        // once the bar animation has finished, fade in the results 
                        $(this).find("span").fadeIn(800);
                    });
                });
            });
        });

 <asp:Button ID="btnPreviewGraph" runat="server" ClientIDMode="Static" 
                Text="Preview Qualified Statistics" CausesValidation="False"/>

             <asp:UpdatePanel ID="upnlPreviewChart" runat="server" UpdateMode="Conditional">
             <Triggers>
          <asp:AsyncPostBackTrigger ControlID="btnPreviewGraph" EventName="Click" />
             </Triggers>
          <ContentTemplate>
         <div class="row">
                    <asp:Label runat="server" ID="Label1" Text="No. of qualified members"
                        CssClass="label">
                    </asp:Label>
              <br /><br />
            <table cellpadding="0" cellspacing="0" class="extras_table" style="height: 120px">
  <tr>
    <th class="extras_y-desc" scope="row">Male</th>
    <td><div class="extras_result"><p class="extras_p">&nbsp;<span>350</span></p></div></td>
  </tr>
  <tr>
    <th class="extras_y-desc" scope="row">Female</th>
    <td><div class="extras_result"><p class="extras_p">&nbsp;<span>300</span></p></div></td>
  </tr>
  <tr>
    <th class="extras_y-desc" scope="row">Unknown</th>
    <td><div class="extras_result"><p class="extras_p">&nbsp;<span>500</span></p></div></td>
  </tr>
  <tr>
    <td></td>
    <td class="extras_x-desc">
    </td>
  </tr>
</table>
             </div>
         </ContentTemplate>
         </asp:UpdatePanel>
  • 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-30T20:38:51+00:00Added an answer on May 30, 2026 at 8:38 pm

    When you apply blue paint to a white wall, You can see the change. What, If you are painting blue over the existing blue wall. Your paint is being applied. But you can not notice. What you do then ? you Change the blue wall back to white again and then apply blue paint. Then you can see the change.

    Same here. You already have the content visible. So just do a fadeOut then fadeIn

     $(this).find("span").fadeOut(900,function(){
        $(this).fadeIn(800);
      });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using jquery.load() to replace the content of a div everything works great, however there
I'm loading some some html into a div through ajax using jquery. Once the
There are two links for sorting, SortName, SortDate. When using jquery load to load
I am using the below jQuery to sort(descending) table on page load. It is
Afternoon all, Using the code below I'm trying to load what is render by
Currently i'm using below code which works well. $(#topperAtBaseLevel:visible, #lowerAtBaseLevel:visible, #midAtBaseLevel).hide(); any optimised code?
I am loading images externally using jQuery load function.. but not able add light
I am using jQuery Lazy Load to load thumbnails on a page I have
I am trying to load HTML via JQuery, using the .load function. This is
I am using Jquery to get googlemap data and load it into a div.

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.