hola tengo esta tabla
Código HTML:
Ver original<table id="TableFactura" border='1' align="center" width='90%'>
<td width='12%'>Item:
</td> <td width='12%'>Referencia:
</td> <td width='12%'>Precio:
</td> <td width='12%'>Impuesto:
</td> <td width='12%'>Descripci
ón:
</td> <td width='12%'>Cantidad:
</td> <td width='12%'>Total:
</td> <td width="12%"> </td>
<td><input type='text' name='item[]' id='item' size='20' /></td> <td><input type='text' name='ref[]' id='ref' size='20' /></td> <td><input type='text' name='precio[]' onkeydown="calcular()" id='precio' size='10' /></td> <td><input type='text' name='impuesto[]' id='impuesto' size='20' /></td> <td><input type='text' name='cant[]' id='cant' size='10' /></td>
y tengo este script en jquery