Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/12/2013, 18:44
Avatar de informacionsys
informacionsys
 
Fecha de Ingreso: mayo-2011
Ubicación: Bogota D.C
Mensajes: 793
Antigüedad: 13 años
Puntos: 76
Respuesta: Mejorar rendimiento >> Metodo html de Jquery

Hola

Vale gracias , de hecho te muestro como tengo la tabla

Código HTML:
Ver original
  1.   <thead>
  2.      <tr>
  3.         <td>Nombre</td>
  4.     </tr>
  5.   <tbody id="contentRegistros"></tbody>

Código Javascript:
Ver original
  1. $(document.getElementById("contentRegistros")).html(respuesta);