loading..........
así se hace
Código PHP:
$.ajax({
async:true,
type: "POST",
dataType: "html",
contentType: "application/x-www-form-urlencoded",
url:"mipagina.php",
data:"numero=10",
beforeSend:inicioEnvio,
success:creadaEnc,
timeout:4000,
error:function(){problemas('miId');}
});
connection closed.