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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:09:43+00:00 2026-05-25T13:09:43+00:00

If user decides remove an item, my app starts an animation: $(data.args[0]).parents(‘li’).hide(20000, function() {

  • 0

If user decides remove an item, my app starts an animation:

    $(data.args[0]).parents('li').hide(20000, function() {
        alert('the end')
    });

If at the middle the user clicks on a panic button because he thinks this item should not be deleted, the app stops this animation:

    $(data.args[0]).parents('li').stop();

The problem is that the item is still showed but it is semi-transparent. How to make it return to its original state? I already tried chaining a .fadein() and a .show() without success. Also tested all parameter combinations for .stop()

This is the original code:

$("#task-list").jstree({
    "plugins" : [ "themes", "ui", "html_data", "checkbox", "sort" ]
}).bind('check_node.jstree', function(e, data) {
    $(data.args[0]).parents('li').hide(10000, function() {
        var tid = this.id.split('-')[1];
        ajaxCall('delete_item', {id: tid})
    });
}).bind('uncheck_node.jstree', function(e, data) {
    $(data.args[0]).parents('li').stop(true, false);
});
  • 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-25T13:09:44+00:00Added an answer on May 25, 2026 at 1:09 pm

    At the end, I resolved the problem. First I start the animation using the .animate() method:

        $(data.args[0]).parents('li').animate({
            opacity: "hide"
        }, {
            queue: false,
            duration: 20000
        });
    

    Then, I had to use a trick to make it work:

        $(data.args[0]).parents('li').stop().css('opacity', '1');
    

    Note the css applied here makes the item to show as it was originally.

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

Sidebar

Related Questions

When a user has several Firefox extensions, what decides the order in which they
I have a website where the user requires to add and remove Headlines from
I'm writing an app which needs to send many emails and creates many user
I have two panels that i wish to display to the user. I decided
I need to use a code in JavaScript to determine a user, I decided
USER = user PASS = pass QUERY = SELECT c1, c2, c3, c4, c5,
User is a model. I have 100 users. I need to present the list
User Controls -- Do they serve a special purpose? As far as I can
User Region Points Last_Updated 1 5 0 1-Nov-09 I want this row 2 1
User can switch active application by Alt+Tab or by clicking on their icons in

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.