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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:11:57+00:00 2026-05-25T20:11:57+00:00

http://jsfiddle.net/WXG7V/ As you can see below, I have a simple div containing a row

  • 0

http://jsfiddle.net/WXG7V/

As you can see below, I have a simple div containing a row I would like to append to the end of my table. If I alert the contents of the div back to the screen using “.html()”, jQuery strips out all of the td/tr tags.

<html>
<head>
<title>jQuery Strips Table Tags</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready( function() {

            alert($("#newRow").html());
            $(".tasks > tbody:last").append($("#newRow").html());
});
</script>
</head>
<body>
    <table class="tasks" style="margin-left: 0px;">
            <tr>
                <th>Feeder ID</th>
                <th>From</th>
                <th>To</th>
                <th># Reels</th>
                <th>Reel Length</th>
                <th>Type</th>
                <th>Colour</th>
            </tr>
        </table>
    </div>

<div id="newRow" style="display: none;">
    <tr>
        <td><input type="text" name="feeder_id" id="feeder_id" /></td>
        <td><input type="text" name="from" id="from" /></td>
        <td><input type="text" name="to" id="to" /></td>
        <td><select name="number" id="number">
            <option value=1>1</option>
            <option value=2>2</option>
            <option value=3>3</option>
            <option value=4>4</option>
            <option value=6>6</option>
            <option value=8>8</option>
            <option value=9>9</option>
            <option value=12>12</option>
            <option value=14>14</option>
            <option value=16>16</option>
        </select></td>
        <td><input type="text" name="length" id="length" /></td>
        <td><select name="type" id="type"><option value="CU">Copper</option><option value="AL">Aluminum</option></select></td>
        <td><input type="radio" name="colour" id="black" value="black" />Black
        <input type="radio" name="colour" id="red" value="red" />Red
        <input type="radio" name="colour" id="blue" value="blue" />Blue
        <input type="radio" name="colour" id="white" value="white" />White
        <input type="radio" name="colour" id="green" value="green" />Green
        </td>
    </tr>
</div>

  • 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-25T20:11:58+00:00Added an answer on May 25, 2026 at 8:11 pm

    <tr>, <td> are only valid elements inside <table>. Use display: table-row and display: table-cell in conjunction with <div> to replace the <tr> and <td>.

    Example:

    <div class="table">
        <div class="row">
            <div class="cell">
            Foo
            </div>
        </div>
    </div>
    

    CSS:

    .table{
         display: table;
    }
    .row {
         display: table-row;
    }
    .cell {
         display: table-cell;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/FS4zT/ If you visit the above link you see what am describing below. Summary:
http://jsfiddle.net/YaMhn/8/ ^^^^Take a look and see if you can help solve this Ok so
http://jsfiddle.net/9BCrs/5/ I have this set up to load a file into a DIV using
http://jsfiddle.net/ujTDf/1/ link text Can anybody help please. The div/form doesn't switsch automaticly in other
http://jsfiddle.net/AndyMP/nUhhf/1/ This is a simplified situation where I have a DIV that animates downwards
http://jsfiddle.net/gUckp/ In the above demo, I'd like to show an orange round image BELOW
http://jsfiddle.net/CApW2/ I can't get it done the right way, left and right div are
http://jsfiddle.net/ADLrh/ Hopefully you can see what I'm after. The three 'fillers' on the top
http://jsfiddle.net/zTTxu/ How can I animate once when page1 load example: animate 'a' to 'b'
http://jsfiddle.net/3V6MM/ Please tell me how can I write common style for class=property-title to display

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.