Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/11/2010, 07:46
jebus3
 
Fecha de Ingreso: febrero-2010
Ubicación: Santiago
Mensajes: 82
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: problema con append jquery

gracias por sus respuestas aplique los dos consejos que me dieron
el primero de chicohot me arroja solo un alert y el otro de Dany sigue funcionando todo bien pero me sigue incluyendo dos filas gracias
aqui esta mi html

Cita:
<div id="controles">
<table width="1024" border="1" cellpadding="0" cellspacing="0" id="tabla" align="center" style="border-collapse:collapse">
<tr>
<th width="7%">N&ordm;</th>
<th align="center" width="10%">ID</th>
<th width="11%" align="center">SALIDA</th>
<th width="14%" align="center">ENTRADA</th>
<th width="12%" align="center">TIEMPO</th>
<th width="12%" align="center">CONTROL</th>
<th width="12%" align="center">FECHA</th>
<th width="17%" align="center" >OBSERVACIONES</th>
<th width="5%">agrega</th>
</tr>

<tr>
<td align="center" height="25"></td>
<td align="center"><input type="text" name="id" id="idvalue="" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="salida" id="salida" value="" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="entrada" id="entrada" value="" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="tiempo" id="tiempo" value="" readonly="readonly" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="control" id="control" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="fecha" id="fecha" size="6" maxlength="6" autocomplete="off" /></td>
<td align="center"><input type="text" name="observaciones" id="observaciones" value="" /></td>
<td align="center"><input type="button" name="agrega" id="agrega" value="agrega" /></td>
</tr>
<tbody>
</tbody>
</table>
</div>