
23/05/2010, 13:44
|
| | | Fecha de Ingreso: abril-2008
Mensajes: 21
Antigüedad: 17 años, 6 meses Puntos: 0 | |
| Respuesta: Problema con append() en Jquery Cita: $('#boton-operario').click(function() {
detallar();
}); Cita: function detallar() {
$('#tabla-operarios').append('<p><span class="nom-op">DC</span><span class="horas-op">10 horas</span></p>');
} |