Comunidad de diseño web y desarrollo en internet online

Jquery get().

Citar            
MensajeEscrito el 25 Abr 2015 07:23 pm
Que tal buenas tardes señoras y señores del foro ...

Necesito leer un archivo .txt detro de un javascript entonces la solucion que pense fue usar Jquery con get() ; aqui un ejemplo para abrir un archivo

Código :

<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $("button").click(function(){
        $.get("demo.txt", function(data, status){
            alert("Data: " + data + "\nStatus: " + status);
        });
    });
});
</script>
</head>
<body>

<button>Send an HTTP GET request to a page and get the result back</button>

</body>
</html>



el problema es que en local host me lo abre perfectamente pero al subirlo a un server el codigo no se ejecuta... alguna sugerencia ?=? estoy usando 000webhost.com

Por toda si atención Gracias.

Por FLXCompany

0 de clabLevel



 

chrome
Citar            
MensajeEscrito el 28 Abr 2015 03:37 pm
que error te da en webhost ?

Por elporfirio

Claber

652 de clabLevel

1 tutorial

Genero:Masculino  

FullStack Web Developer

chrome
Citar            
MensajeEscrito el 22 May 2015 06:19 pm

Código Javascript :

// Prueba o Revisa los permisos del archivo, que tenga permiso de lectura
$.get("/demo.txt", function(data, status){
            alert("Data: " + data + "\nStatus: " + status);
});

Por Jolijun

1 de clabLevel



Genero:Masculino  

Desarrollo Aplicaciones Web

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.