I am trying to read .txt file using jquery from phonegap index file, but the jquery function returns nothing
Here is my code:
jQuery.get('http://gridberry.com/uploaded_files/E1BDA03F-3F9A-45E7-B16D-78F68C21DCD8.txt', function(data) {
alert(data);
});
You can check the link of the txt file; it has data. What is the problem?