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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:42:46+00:00 2026-06-01T01:42:46+00:00

I stumbled upon a problem. I’m using a simple AJAX script written in jQuery,

  • 0

I stumbled upon a problem. I’m using a simple AJAX script written in jQuery, I want to make the AJAX callback to change html with easeInOut effect for example, but I don’t know how to do it, because now, when the response comes, div’s content changes with some kind of blinking effect, that is very ugly, I assume that is the default “effect”.

The script: (I tried to add .fadeOut('slow') to the html() method, but nothing changed)

$.ajax({
    type: "POST",
    url: "institutions-filter.action",
    data: data,
    cache: false,
    success: function(result){
        $("#display-block").html(result);
    }
});  
  • 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-01T01:42:47+00:00Added an answer on June 1, 2026 at 1:42 am

    Hide it before changing the html, then show it:

    $.ajax({
        type: "POST",
        url: "institutions-filter.action",
        data: data,
        cache: false,
        success: function(result)
        {
            var $el = $("#display-block");
    
            $el.fadeOut(400, function()
            {
                $el.html(result).fadeIn(400);
            });
        }
    });
    

    Change 400 to whatever duration you want…

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

Sidebar

Related Questions

I stumbled upon a problem of how to make work together acts_as_taggable (on steroids)
I've stumbled upon a problem. I'm using 'FormBorderStyle.None', and when I click the icon
We're using Azure CDN, but we've stumbled upon a problem. Before, content could not
hi im fairly new to cms made simple and ive stumbled upon a problem
I'm currently translating a application and i've stumbled upon a problem. I'm using this
I stumbled upon an ugly problem the other day: I'm using XML strings to
I'm setting up an API for a simple webservice and stumbled upon a problem.
I have recently stumbled upon a problem with selecting relationship details from a 1
I was writing some commented PHP classes and I stumbled upon a problem. My
Hy, I got an intersting problem which I stumbled upon. When I double-click a

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.