25/08/2011, 08:35
|
| | | Fecha de Ingreso: mayo-2008 Ubicación: san jose
Mensajes: 449
Antigüedad: 16 años, 6 meses Puntos: 7 | |
Respuesta: Como repito esta funcion AJAX cada 2 segundos en Jquery? Holap Cita:
function repeat(){
$.ajax({
url: "../nuw/datos.php",
success: function(data){
$('#texto').html(data);
}
});
}
timerID = setTimeout("repeat()", 20);
__________________ X7CLOUD El webservice latino!
Compatible con mysql,sql,sqlitte. Compatible con extjs , sencha , smargwt, Gwt , Jquery , Charts, Streaming. |