Código PHP:
$.ajax({
url: "../nuw/datos.php",
success: function(data){
$('#texto').html(data);
}
});
| ||||
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. |
Etiquetas: |