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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:48:15+00:00 2026-05-26T21:48:15+00:00

If you go to this page and click on the unsubscribe link the corresponding

  • 0

If you go to this page and click on the unsubscribe link the corresponding table row is immediately deleted. However the code executed is:

SF.delete = function(selector) {
    $(selector).slideUp('slow').remove();
};

So you should see the element slowly slide up, rather than just immediately disappearing. Why is this effect not working? I’m seeing the same behavior in both firefox and chrome.

Update

I’ve implemented SLaks‘ suggestion at the URL above. However, the image “jumps” sidewards as the row slides up. I’m guessing this is caused by the insertion of the <div>, is there any way to make it a bit smoother?

  • 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-26T21:48:16+00:00Added an answer on May 26, 2026 at 9:48 pm

    Table rows will always be tall enough to hold their contents, so when jQuery reduces the row’s height, nothing happens.

    Instead, you can write

    $('tr')
        .children('td, th')
        .animate({ padding: 0 })
        .wrapInner('<div />')
        .children()
        .slideUp(function() { $(this).closest('tr').remove(); });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This code works perfectly except when you click on a link, The page is
I have this code: $('#page-refresh').click( function() { $.ajax({ url: /page1.php, cache: false, dataType: html,
On this page , if you click the unsubscribe button on the first row
$(function(){ $('.page').click(function() { var paging = $(this).attr(name); var dataString = 'page='+paging; $.ajax({ type: POST,
I'm sending a page event: page.sendEvent('click', 650, 430); This clicks a link that dynamically
Here is function , <script type=text/javascript> $(document).ready(function() { getRecordspage(1, 5); $(a.page-numbers).click(function() { alert(1); getRecordspage($(this).text(),
Please visit this link Click on first Image. Now is showing the Modal page
For example, after click the 1st cell of of the table on this page
I want to click the video on this page http://37.128.191.200/?640 using JavaScript but can't
I am creating a dialog like in this page: http://jqueryui.com/demos/dialog/#modal-confirmation (click view source) on

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.