[jQuery] Get Textbox-value and write to table-cell (<td></td>)

[jQuery] Get Textbox-value and write to table-cell (<td></td>)


Hi guys, let's get straight to the problem.
First, I have this "deal-post" table (actually <tbody> content is
generated dynamically from PHP code, but I omitted it here and make it
static for simplicity sake):
<table width="500px" id="deal-post" border="1">
    <thead>
        <tr valign="top" class="column-header">
            <th width="35%">Posting</th>
            <th width="25%">Description</th>
            <th width="30%">Amount (Rp.)</th>
            <th width="10%">(%)</th>
        </tr>
    </thead>
    <tbody>
        <tr valign="top" class="even">
            <td>Posting 1<input type="hidden" value="10" name="hidPostCompId[]"/