18/08/2010, 13:49
|
| | Fecha de Ingreso: diciembre-2009 Ubicación: Misiones
Mensajes: 867
Antigüedad: 14 años, 11 meses Puntos: 65 | |
Respuesta: jquery append en IE7 a mi me funciona
Código HTML:
Ver original<script src="http://code.jquery.com/jquery-latest.js"></script> $(function(){ table = $('table'); table.append($(' <tr>').append($(' <td>').append("nuevo"))); });
|