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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:11:43+00:00 2026-06-02T08:11:43+00:00

var $table = $(‘<table/>’).addClass(‘commentbox’); $table.append(‘<tr><td>’ + ‘Comment Id:’+ ‘</td></tr>’); var $wrap = $(‘<div/>’).attr(‘id’, ‘container’);

  • 0
 var $table = $('<table/>').addClass('commentbox');

$table.append('<tr><td>' + 'Comment Id:'+ '</td></tr>');

var $wrap = $('<div/>').attr('id', 'container');

var $in = $('<input type="button" value="Reply"/>').attr('id', 'reply');
$wrap.append($in);
 $table.append(
                 $('<tr>')
                         .append($('<td>'),
                         $('<td>'))
                       );
      $table.append($wrap);

I want the div id container to be added inside td
but I am getting html

 <table>
   <tbody>
    <tr>
      <td>Comment</td>
     </tr>
     <tr>
        <td>
        </td><td></td>
     </tr>
  <tbody>
     <div id="container">
      <input type="button" value="Reply" id="reply">
     </div>
</table>
  • 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-02T08:11:45+00:00Added an answer on June 2, 2026 at 8:11 am

    You need to append the $wrap object to the <td> element, not the $table.

    Try something like this instead:

    var $table = $('<table/>').addClass('commentbox');
    
    $table.append('<tr><td>' + 'Comment Id:'+ '</td></tr>');
    
    var $wrap = $('<div/>').attr('id', 'container');
    var $in   = $('<input type="button" value="Reply"/>').attr('id', 'reply');
    
    $wrap.append($in);
    
    $table.append(
        $('<tr>').append($('<td>').append($wrap), $('<td>').html('hello'))
    );
    

    Demo here: http://jsfiddle.net/umCDP/

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

Sidebar

Related Questions

var data = <div><table width='100%'><tr><td align='right' ><div class='close16'/></td></tr></table><div><table><tr><td rowspan='4' width='50px;'><img src=' + staffItem.Photo +
<script type="text/javascript" language="javascript"> function addNewRow() { var table = document.getElementById("table1"); var tr = table.insertRow();
I have a need to find and manipulate <input type=checkbox> from a table. At
I am trying to sort a table with JavaScript. function test() { var table
Let's look at this code: IList<IHouseAnnouncement> list = new List<IHouseAnnouncement>(); var table = adapter.GetData();
$(#table_id).click(function(e) { var row = jQuery(e.target || e.srcElement).parent(); $(#table_id).bind('click', loaddata); name= row.attr(id); }); loaddata
I have a table: event_list with two columns: name as var(80) and default as
I have a table and can count the number of rows using var count
var popupcontent = myfunc(item.Id, i); tablepopup = document.createElement(table); tablepopup.innerHTML = popupcontent; highSlide.appendChild(tablepopup); tdAnkunft.appendChild(kirmiziOkLink); tdAnkunft.appendChild(highSlide);
With this code: var db = google.gears.factory.create('beta.database'); db.open('cominar'); db.execute('CREATE TABLE IF NOT EXISTS Ajax

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.