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

  • Home
  • SEARCH
  • 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 6367781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:35:34+00:00 2026-05-25T00:35:34+00:00

Possible Duplicate: don't work 'fadeOut' If there is 'replaceWith'.? I want after delete row(s)

  • 0

Possible Duplicate:
don't work 'fadeOut' If there is 'replaceWith'.?

I want after delete row(s) in table, for it row that deleted use of effect fadeOute('slow'), but it don’t work in my code.(if not use of .replaceWith() it worked.)

EXAMPLE => checked and clicke on DELETE

code:

$.ajax({
        type: "POST",
        url: url,
        data: dataString,
        cache: false,
        success: function(html){
            var $html = $(html);
////////////////////////////////// here ////////////////////////////////
                    $('.ser_form #paginate input:checkbox:checked').parent().parent().fadeOut("slow");

                    $('#num_count').replaceWith($html.find('#num_count'));
                    $('tr#paginate').replaceWith($html.find('tr#paginate'));
                    $('.pagination').replaceWith($html.find('.pagination'));
////////////////////////////////// here ////////////////////////////////

        },
  • 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-25T00:35:35+00:00Added an answer on May 25, 2026 at 12:35 am

    Do the fadeOut first, than when it’s completed, delete the element

    element.fadeOut("slow", function(){
        $(this).remove();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Why don't self-closing script tags work? I've noticed that you can't slash-terminate
Possible Duplicate: C++ templates that accept only certain types For example, if we want
Possible Duplicate: Why don’t self-closing script tags work? I wonder why scripts included into
Possible Duplicate: Why don't self-closing script tags work? I'm trying jquery now. When I
Possible Duplicate: Why do /**/ comments work in stylesheets but // comments don't? In
Possible Duplicate: What IDE to use for Python? I want to get serious with
Possible Duplicate: Why don't self-closing script tags work? I just found a weired behavior
Possible Duplicate: Why don't self-closing script tags work? I am using Spring web-mvc with
Possible Duplicate: Going crazy here, can't figure out why rename(), copy() functions don't work.
Possible Duplicate: Why don’t self-closing script tags work? I had this bit of javascript

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.