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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:55:36+00:00 2026-06-17T21:55:36+00:00

I am attempting to move a table row from 1 table to another, appending

  • 0

I am attempting to move a table row from 1 table to another, appending to the last row in the table.

function transfer()
{
  $('#gallery_' + galleryID).fadeOut(function(){
      $(this).appendTo('#tbl_proofed tr:last').fadeIn();
  });
}

This is appending it within the last tag, how do I go about appending after. May just have to use another method but was trying this because it copies all the element and its children.

Thanks!

  • 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-17T21:55:37+00:00Added an answer on June 17, 2026 at 9:55 pm

    simply replace .append() with .after() and add .next() to target the moved row.

    function transfer()
    {
      $('#gallery_' + galleryID).fadeOut(function(){
          $(this).after('#tbl_proofed tr:last').next().fadeIn();
      });
    }
    

    Edit: i may have mis-interpreted your question. If you wanted the copy to go in the other direction, it would be: .insertAfter()

    function transfer()
    {
      $('#gallery_' + galleryID).fadeOut(function(){
          $(this).insertAfter('#tbl_proofed tr:last').fadeIn();
      });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to move some code from one VS2008 project to another. The
I am attempting to move a highly referenced class from one namespace to another.
So I'm attempting to move a ScatterViewItem from 1 point to the another. I've
I've been attempting move a directory structure from one location to another in Subversion,
I am attempting to move to XE2 from Delphi 6. When I compile and
Attempting to use the data series from this example no longer passes the JSONLint
I am attempting to move slightly away from LINQ which has proven very useful
I am just attempting inline CSS to get this right and will move it
I'm attempting to move a web app we have (written in Perl) from an
I'm attempting to move from VS2008 to VS2010 and want to also upgrade the

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.