Ver original$.ajax({ url:"http://192.168.1.1/hola/", success:function(data){ alert(data); }, error:function(){ alert("Error"); },});